소스 검색

Merge pull request #63 from tp/patch-1

Fix punctuation in scan.go ScanStruct comment
Gary Burd 11 년 전
부모
커밋
1856a87f55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
 //