Explorar o código

Fix punctuation in scan.go ScanStruct comment

Timm Preetz %!s(int64=11) %!d(string=hai) anos
pai
achega
8d4e94f324
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      redis/scan.go

+ 1 - 1
redis/scan.go

@@ -329,7 +329,7 @@ var errScanStructValue = errors.New("redigo: ScanStruct value must be non-nil po
 //
 // Fields with the tag redis:"-" are ignored.
 //
-// Integer, float boolean string and []byte fields are supported. Scan uses the
+// Integer, float, boolean, string and []byte fields are supported. Scan uses the
 // standard strconv package to convert bulk string values to numeric and
 // boolean types.
 //