aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/open/main.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2018-10-29 11:19:38 +0100
committerGitHub <noreply@github.com>2018-10-29 11:19:38 +0100
commitaf3487d5c87e402c39d10267053570f4f02cf84a (patch)
tree576563440f09797fe1b3411009a415840ba8a134 /_examples/open/main.go
parent414b0276285a2bb91ad16ed9c0c147ad6286df70 (diff)
parent190bfd6aa60022afd0ef830342cfb07e33c45f37 (diff)
downloadgo-git-af3487d5c87e402c39d10267053570f4f02cf84a.tar.gz
Merge pull request #1004 from LukaszKokot/fix/spelling-grammar-doc-example
Fix spelling and grammar in docs and example
Diffstat (limited to '_examples/open/main.go')
-rw-r--r--_examples/open/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/open/main.go b/_examples/open/main.go
index b890423..dec183e 100644
--- a/_examples/open/main.go
+++ b/_examples/open/main.go
@@ -14,7 +14,7 @@ func main() {
CheckArgs("<path>")
path := os.Args[1]
- // We instance a new repository targeting the given path (the .git folder)
+ // We instanciate a new repository targeting the given path (the .git folder)
r, err := git.PlainOpen(path)
CheckIfError(err)