aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/log/main.go
diff options
context:
space:
mode:
authorLukasz Kokot <lukasz@kumojin.com>2018-10-28 20:55:22 -0400
committerLukasz Kokot <lukasz@kumojin.com>2018-10-28 20:59:41 -0400
commit190bfd6aa60022afd0ef830342cfb07e33c45f37 (patch)
tree576563440f09797fe1b3411009a415840ba8a134 /_examples/log/main.go
parent414b0276285a2bb91ad16ed9c0c147ad6286df70 (diff)
downloadgo-git-190bfd6aa60022afd0ef830342cfb07e33c45f37.tar.gz
Fix spelling and grammar in docs and example
Signed-off-by: Lukasz Kokot <lukasz@kumojin.com>
Diffstat (limited to '_examples/log/main.go')
-rw-r--r--_examples/log/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/log/main.go b/_examples/log/main.go
index 714d58f..ba0597a 100644
--- a/_examples/log/main.go
+++ b/_examples/log/main.go
@@ -23,7 +23,7 @@ func main() {
})
CheckIfError(err)
- // Gets the HEAD history from HEAD, just like does:
+ // Gets the HEAD history from HEAD, just like this command:
Info("git log")
// ... retrieves the branch pointed by HEAD