aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/pull/main.go
diff options
context:
space:
mode:
Diffstat (limited to '_examples/pull/main.go')
-rw-r--r--_examples/pull/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/pull/main.go b/_examples/pull/main.go
index ae751d2..06369fa 100644
--- a/_examples/pull/main.go
+++ b/_examples/pull/main.go
@@ -13,7 +13,7 @@ func main() {
CheckArgs("<path>")
path := os.Args[1]
- // We instance a new repository targeting the given path (the .git folder)
+ // We instance\iate a new repository targeting the given path (the .git folder)
r, err := git.PlainOpen(path)
CheckIfError(err)