diff --git a/spec.md b/spec.md index 1cd7905..0578e45 100644 --- a/spec.md +++ b/spec.md @@ -188,11 +188,11 @@ in the previous version of RESP. The string `"hello world"` is represented by the following protocol: $11 - helloworld + hello world Or as an escaped string: - "$11\r\nhelloworld\r\n" + "$11\r\nhello world\r\n" The length field is limited to the range of an unsigned 64 bit integer. Zero is a valid length, so the empty string is represented by: