Skip to content

Commit

Permalink
Fix grammar in comment (gomodule#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix authored and garyburd committed Oct 9, 2017
1 parent 82e3be5 commit 34a326d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Argument interface {
RedisArg() interface{}
}

// Scanner is implemented by an object which wants to control it's value is
// Scanner is implemented by an object which wants to control its value is
// interpreted when read from Redis.
type Scanner interface {
// RedisScan assigns a value from a Redis value. The argument src is one of
Expand Down

0 comments on commit 34a326d

Please sign in to comment.