From ab329f78701bca3e146e08c6b14047dfa14cde42 Mon Sep 17 00:00:00 2001 From: Shawn Presser Date: Tue, 25 Oct 2022 02:26:44 -0500 Subject: [PATCH] Fix bug in spec example --- spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: