Skip to content

Commit 9feb9fe

Browse files
authored
Merge pull request go-git#1208 from sirodoht/fix-example-pull
Fix typo on pull example
2 parents 2661d86 + e79f533 commit 9feb9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/pull/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func main() {
1313
CheckArgs("<path>")
1414
path := os.Args[1]
1515

16-
// We instance\iate a new repository targeting the given path (the .git folder)
16+
// We instantiate a new repository targeting the given path (the .git folder)
1717
r, err := git.PlainOpen(path)
1818
CheckIfError(err)
1919

0 commit comments

Comments
 (0)