diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2019-03-04 15:31:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 15:31:07 +0100 |
commit | 7ffd7c86288208e04dae3fcbdd8e142afed0ac18 (patch) | |
tree | 1f15e4fefccf4f99c59ca703445c925f7dc6f2c7 | |
parent | db522f11113a9ec240d8bd9c203687ddb4fd330c (diff) | |
parent | c13417b1c5f50855b8847d78b3f515f0b2abbfda (diff) | |
download | go-git-7ffd7c86288208e04dae3fcbdd8e142afed0ac18.tar.gz |
Merge pull request #1073 from jeremyschlatter/patch-2
git: Fix typo
-rw-r--r-- | options.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ var ( ErrCreateRequiresBranch = errors.New("Branch is mandatory when Create is used") ) -// CheckoutOptions describes how a checkout 31operation should be performed. +// CheckoutOptions describes how a checkout operation should be performed. type CheckoutOptions struct { // Hash is the hash of the commit to be checked out. If used, HEAD will be // in detached mode. If Create is not used, Branch and Hash are mutually |