Blob helloworld is incorrect
Open
- Dominant language
- No language data
- Stars
- 230
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
The first protocol example in the spec is:
"$11\r\nhelloworld\r\n"
This is incorrect.
Either of these would be correct:
"$10\r\nhelloworld\r\n"
"$11\r\nhello world\r\n"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.