Explorar o código

Fix typo in documentation

Bulk strings, not binary strings.
Gary Burd %!s(int64=8) %!d(string=hai) anos
pai
achega
c439eb1fb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      redis/doc.go

+ 1 - 1
redis/doc.go

@@ -38,7 +38,7 @@
 //
 //  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:
 //
 //  Go Type                 Conversion