diff options
author | Jeremy Schlatter <jeremy.schlatter@gmail.com> | 2019-02-22 22:49:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-22 22:49:06 -0800 |
commit | c13417b1c5f50855b8847d78b3f515f0b2abbfda (patch) | |
tree | e2f1981f029c8fc595d1e10a6f37c42b9789c890 /options.go | |
parent | db6c41c156481962abf9a55a324858674c25ab08 (diff) | |
download | go-git-c13417b1c5f50855b8847d78b3f515f0b2abbfda.tar.gz |
git: Fix typo
Signed-off-by: Jeremy Schlatter <jeremy.schlatter@gmail.com>
Diffstat (limited to 'options.go')
-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 |