Bläddra i källkod

Fix grammar in comment (#283)

Matt Joiner 8 år sedan
förälder
incheckning
34a326de1f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      redis/redis.go

+ 1 - 1
redis/redis.go

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