Skip to content

Commit 8c7af72

Browse files
committed
readme: Fix typo.
1 parent 6113418 commit 8c7af72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ or:
6464
defer pipeline.Close()
6565

6666
set := pipeline.Set("key1", "hello1")
67-
get := pipline.Get("key2")
67+
get := pipleine.Get("key2")
6868

6969
reqs, err := pipeline.RunQueued()
7070
if err != nil { panic(err) }

Diff for: doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ or:
4444
defer pipeline.Close()
4545
4646
set := pipeline.Set("key1", "hello1")
47-
get := pipline.Get("key2")
47+
get := pipleine.Get("key2")
4848
4949
reqs, err := pipeline.RunQueued()
5050
if err != nil { panic(err) }

0 commit comments

Comments
 (0)