Преглед на файлове

Fix grammar in comment (#283)

Matt Joiner преди 8 години
родител
ревизия
34a326de1f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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