Skip to content

Commit

Permalink
examples: Fix typo on pull example
Browse files Browse the repository at this point in the history
Signed-off-by: Theodore Keloglou <[email protected]>
  • Loading branch information
sirodoht committed Aug 7, 2019
1 parent 2661d86 commit e79f533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/pull/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
CheckArgs("<path>")
path := os.Args[1]

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

Expand Down

0 comments on commit e79f533

Please sign in to comment.