readme: Fix typo.

This commit is contained in:
Vladimir Mihailenco 2012-08-25 21:38:36 +03:00
parent 61134182aa
commit 8c7af722cc
2 changed files with 2 additions and 2 deletions

View File

@ -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) }

2
doc.go
View File

@ -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) }