Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit c13417b

Browse files
git: Fix typo
Signed-off-by: Jeremy Schlatter <jeremy.schlatter@gmail.com>
1 parent db6c41c commit c13417b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ var (
229229
ErrCreateRequiresBranch = errors.New("Branch is mandatory when Create is used")
230230
)
231231

232-
// CheckoutOptions describes how a checkout 31operation should be performed.
232+
// CheckoutOptions describes how a checkout operation should be performed.
233233
type CheckoutOptions struct {
234234
// Hash is the hash of the commit to be checked out. If used, HEAD will be
235235
// in detached mode. If Create is not used, Branch and Hash are mutually

0 commit comments

Comments
 (0)