Skip to content

Commit e79f533

Browse files
committed
examples: Fix typo on pull example
Signed-off-by: Theodore Keloglou <[email protected]>
1 parent 2661d86 commit e79f533

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)