From ba8875e1d7c64eebb87dba19d07ba16d2958edde Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 8 Oct 2019 13:49:15 +0100 Subject: [PATCH] Tweak --- canonical-binary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/canonical-binary.md b/canonical-binary.md index 7d9b0fd..9a05f81 100644 --- a/canonical-binary.md +++ b/canonical-binary.md @@ -35,8 +35,8 @@ than 13 (i.e. -3≤*n*<13), it MUST be represented using the single-byte encoding with initial nibble equal to 3. Otherwise (i.e. when *n*<-3 or *n*≥13), it MUST be represented using the multi-byte encoding with initial nibble equal to 4, and the -variable-length part must be as short as possible while remaining -unambiguous.[^signed-integer-examples] +variable-length part must be as short as +possible.[^signed-integer-examples] [^signed-integer-examples]: The following examples from [the specification][spec] are all in canonical form: