From d8ea1633e8df791c7b75473801af70ed8b8752ae Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Sun, 30 Aug 2020 14:38:14 -0400 Subject: [PATCH] Correct minor typos in Streamed Strings section Just some small typos I noticed while reading! --- spec.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec.md b/spec.md index 1cd7905..7866252 100644 --- a/spec.md +++ b/spec.md @@ -695,8 +695,8 @@ string "Hello world" is transmitted without knowing its size in advance: Hell ;5 o wor - ;1 - d + ;2 + ld ;0 Basically the transfer starts with `$?`. We use the same prefix as normal @@ -707,7 +707,7 @@ and we don't know the final size yet. Later the differnet parts are transferred like that: ; - ... coun bytes of data ... + ... count bytes of data ... The transferring program can send as many parts as it likes, there are no limits. Finally in order to signal that the transfer has ended, a part