Explorar o código

Fix grammar in comment (#283)

Matt Joiner %!s(int64=8) %!d(string=hai) anos
pai
achega
34a326de1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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