aboutsummaryrefslogtreecommitdiffstats
path: root/example_test.go
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2021-04-16 02:49:08 -0700
committerGitHub <noreply@github.com>2021-04-16 11:49:08 +0200
commitf464d193a29099a3bffef03244d3f0a301297525 (patch)
tree6813d299a6b0ba03187512f14d5479b73e384ff0 /example_test.go
parent90952cac57713ae34394311de9a5705b8961243c (diff)
downloadgo-git-f464d193a29099a3bffef03244d3f0a301297525.tar.gz
Minor doc fixes (#287)
Diffstat (limited to 'example_test.go')
-rw-r--r--example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_test.go b/example_test.go
index 732d82a..bba2961 100644
--- a/example_test.go
+++ b/example_test.go
@@ -23,7 +23,7 @@ func ExampleClone() {
// Git objects storer based on memory
storer := memory.NewStorage()
- // Clones the repository into the worktree (fs) and storer all the .git
+ // Clones the repository into the worktree (fs) and stores all the .git
// content into the storer
_, err := git.Clone(storer, fs, &git.CloneOptions{
URL: "https://github.com/git-fixtures/basic.git",