Skip to content

Commit

Permalink
missed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Zimmermann committed May 6, 2012
1 parent d3892a9 commit af13ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exp/godis.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// package redis implements a db client for Redis.
// Package redis implements a db client for Redis.
//
// Connection interface
//
Expand Down Expand Up @@ -43,7 +43,7 @@
// `Poll` method. Poll sends any buffered commands to the Redis server, and
// then reads one reply. Subsequent calls to Poll will return more replies or
// block if there are none.

//
// // reply from SET
// reply, _ := c.Poll()
//
Expand Down

0 comments on commit af13ace

Please sign in to comment.