Explorar el Código

Fix grammar in comment (#283)

Matt Joiner hace 8 años
padre
commit
34a326de1f
Se han modificado 1 ficheros con 1 adiciones y 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