소스 검색

Fix typo in documentation

Bulk strings, not binary strings.
Gary Burd 8 년 전
부모
커밋
c439eb1fb2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      redis/doc.go

+ 1 - 1
redis/doc.go

@@ -38,7 +38,7 @@
 //
 //
 //  n, err := conn.Do("APPEND", "key", "value")
 //  n, err := conn.Do("APPEND", "key", "value")
 //
 //
-// The Do method converts command arguments to binary strings for transmission
+// The Do method converts command arguments to bulk strings for transmission
 // to the server as follows:
 // to the server as follows:
 //
 //
 //  Go Type                 Conversion
 //  Go Type                 Conversion