We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 883c226 + 70bff14 commit 3e42b8cCopy full SHA for 3e42b8c
_examples/open/main.go
@@ -14,7 +14,7 @@ func main() {
14
CheckArgs("<path>")
15
path := os.Args[1]
16
17
- // We instanciate a new repository targeting the given path (the .git folder)
+ // We instantiate a new repository targeting the given path (the .git folder)
18
r, err := git.PlainOpen(path)
19
CheckIfError(err)
20
0 commit comments