a minor typo found at https://github.com/antirez/RESP3/blob/master/spec.md
The string "hello world" is represented by the following protocol:
$11
helloworld Or as an escaped string:
"$11\r\nhelloworld\r\n"
then i think helloworld should be hello world
Comment From: oranagra
you mean either that or show $10 instead of $11?
anyway, please open an issue (or a PR) in the right repo, we don't manage that file, and didn't clone that repo (yet). if there is an issue, and the day comes that we clone that repo, we'll merge / fix it.