Преглед на файлове

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")
 //
-// 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