Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Zimmermann committed May 6, 2012
1 parent b861bb7 commit 66e89a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exp/godis.go
Expand Up @@ -16,8 +16,8 @@
// database, then reads the subsequent reply and returns it to you.
//
// The Client struct also has a pool of connections so it's safe to use a
// client in a concurrent context. You can create on client object for your
// entire program and share it between go routines.
// client in a concurrent context. You can create one client for your entire
// program and share it between go routines.
//
// c := redis.NewClient("tcp:127.0.0.1:6379")
// reply, e := c.Call("GET", "foo")
Expand Down

0 comments on commit 66e89a1

Please sign in to comment.