diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2018-10-29 11:19:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 11:19:38 +0100 |
commit | af3487d5c87e402c39d10267053570f4f02cf84a (patch) | |
tree | 576563440f09797fe1b3411009a415840ba8a134 /_examples/checkout/main.go | |
parent | 414b0276285a2bb91ad16ed9c0c147ad6286df70 (diff) | |
parent | 190bfd6aa60022afd0ef830342cfb07e33c45f37 (diff) | |
download | go-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/checkout/main.go')
-rw-r--r-- | _examples/checkout/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_examples/checkout/main.go b/_examples/checkout/main.go index 2c54550..5969eb4 100644 --- a/_examples/checkout/main.go +++ b/_examples/checkout/main.go @@ -38,8 +38,8 @@ func main() { }) CheckIfError(err) - // ... retrieving the commit being pointed by HEAD, it's shows that the - // repository is poiting to the giving commit in detached mode + // ... retrieving the commit being pointed by HEAD, it shows that the + // repository is pointing to the giving commit in detached mode Info("git show-ref --head HEAD") ref, err = r.Head() CheckIfError(err) |