We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2661d86 + e79f533 commit 9feb9feCopy full SHA for 9feb9fe
_examples/pull/main.go
@@ -13,7 +13,7 @@ func main() {
13
CheckArgs("<path>")
14
path := os.Args[1]
15
16
- // 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)
17
r, err := git.PlainOpen(path)
18
CheckIfError(err)
19
0 commit comments