From 86059084b7420224364634d71e7da6001775112f Mon Sep 17 00:00:00 2001 From: Edgar Bonet Date: Wed, 15 May 2019 11:49:47 +0200 Subject: [PATCH] Fix two typos in value-types.html --- spec12/value-types.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec12/value-types.html b/spec12/value-types.html index bf1ee33..762544f 100644 --- a/spec12/value-types.html +++ b/spec12/value-types.html @@ -86,7 +86,7 @@

Usage

There is no equivalent to no-op value in the original JSON specification. -The NO-OP value is meant to be a valueless value; meaning it can be added to the elements of a container and when parsed by the receiver, the no-op values are simply skipped and carry know meaningful value with them. +The NO-OP value is meant to be a valueless value; meaning it can be added to the elements of a container and when parsed by the receiver, the no-op values are simply skipped and carry no meaningful value with them. For example, the two following array elements are considered equal (using JSON format for readability):
["foo", "bar", "baz"]
@@ -274,7 +274,7 @@

Example

UBJSON snippets (using block-notation):
[i][4][int8][i][16]
 [i][5][uint8][U][255]
-[i][5][int16][I]32767]
+[i][5][int16][I][32767]
 [i][5][int32][l][2147483647]
 [i][5][int64][L][9223372036854775807]
 [i][7][float32][d][3.14]