We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edb992 commit 70bff14Copy full SHA for 70bff14
_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