diff options
author | Lukasz Kokot <lukasz@kumojin.com> | 2018-10-28 20:55:22 -0400 |
---|---|---|
committer | Lukasz Kokot <lukasz@kumojin.com> | 2018-10-28 20:59:41 -0400 |
commit | 190bfd6aa60022afd0ef830342cfb07e33c45f37 (patch) | |
tree | 576563440f09797fe1b3411009a415840ba8a134 /_examples/showcase | |
parent | 414b0276285a2bb91ad16ed9c0c147ad6286df70 (diff) | |
download | go-git-190bfd6aa60022afd0ef830342cfb07e33c45f37.tar.gz |
Fix spelling and grammar in docs and example
Signed-off-by: Lukasz Kokot <lukasz@kumojin.com>
Diffstat (limited to '_examples/showcase')
-rw-r--r-- | _examples/showcase/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/showcase/main.go b/_examples/showcase/main.go index aeeddb8..85f2b58 100644 --- a/_examples/showcase/main.go +++ b/_examples/showcase/main.go @@ -16,7 +16,7 @@ import ( // - Get the HEAD reference // - Using the HEAD reference, obtain the commit this reference is pointing to // - Print the commit content -// - Using the commit, iterate all its files and print them +// - Using the commit, iterate over all its files and print them // - Print all the commit history with commit messages, short hash and the // first line of the commit message func main() { |