Skip to content

Commit

Permalink
readme: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Aug 25, 2012
1 parent 6113418 commit 8c7af72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ or:
defer pipeline.Close()

set := pipeline.Set("key1", "hello1")
get := pipline.Get("key2")
get := pipleine.Get("key2")

reqs, err := pipeline.RunQueued()
if err != nil { panic(err) }
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ or:
defer pipeline.Close()
set := pipeline.Set("key1", "hello1")
get := pipline.Get("key2")
get := pipleine.Get("key2")
reqs, err := pipeline.RunQueued()
if err != nil { panic(err) }
Expand Down

0 comments on commit 8c7af72

Please sign in to comment.