浏览代码

Fix typo in comment.

Gary Burd 13 年之前
父节点
当前提交
9b5cef695b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      redis/scan.go

+ 1 - 1
redis/scan.go

@@ -186,7 +186,7 @@ func convertAssign(d interface{}, s interface{}) (err error) {
 
 // Scan copies from the multi-bulk src to the values pointed at by dest.
 //
-// The values pointed at by test must be a numeric type, boolean, string,
+// The values pointed at by dest must be a numeric type, boolean, string,
 // []byte, interface{} or a slice of these types. Scan uses the standard
 // strconv package to convert bulk values to numeric and boolean types.
 //