From 190bfd6aa60022afd0ef830342cfb07e33c45f37 Mon Sep 17 00:00:00 2001 From: Lukasz Kokot Date: Sun, 28 Oct 2018 20:55:22 -0400 Subject: Fix spelling and grammar in docs and example Signed-off-by: Lukasz Kokot --- _examples/log/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_examples/log') 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 -- cgit