@@ -1918,8 +1918,8 @@ <h3>Algorithm</h3>
1918
1918
< var class ="changed "> term context</ var > .</ li >
1919
1919
< li class ="changed "> If < var > key</ var > 's < a > term definition</ a > in < var > active context</ var >
1920
1920
has a < a > type mapping</ a > of < code > @json</ code > ,
1921
- set < var > expanded value</ var > to a new < a > dictionary</ a > the the < a > member</ a >
1922
- < code > @value</ code > set to < var > value</ var > , and < code > @type</ code > set to < code > @json</ code > .</ li >
1921
+ set < var > expanded value</ var > to a new < a > dictionary</ a > , set the < a > member</ a >
1922
+ < code > @value</ code > to < var > value</ var > , and set the member < code > @type</ code > to < code > @json</ code > .</ li >
1923
1923
< li > Otherwise, if < var > container mapping</ var > < span class ="changed "> includes</ span > < code > @language</ code > and
1924
1924
< var > value</ var > is a < a class ="changed "> dictionary</ a > then < var > value</ var >
1925
1925
is expanded from a < a > language map</ a >
@@ -4679,7 +4679,7 @@ <h2>Data Round Tripping</h2>
4679
4679
or not (the result of a modulo‑1 operation), the boolean values
4680
4680
< code > true</ code > and < code > false</ code > are coerced to < code > xsd:boolean</ code > ,
4681
4681
and < a > strings</ a > are coerced to < code > xsd:string</ code > .
4682
- The JSON, numeric, or boolean values themselves are converted to
4682
+ The < span class =" changed " > JSON, </ span > numeric, or boolean values themselves are converted to
4683
4683
< dfn > canonical lexical form</ dfn > , i.e., a deterministic string
4684
4684
representation as defined in [[XMLSCHEMA11-2]]
4685
4685
< span class ="changed "> and [[JCS]]</ span > .
@@ -4763,7 +4763,7 @@ <h2>Data Round Tripping</h2>
4763
4763
</ pre >
4764
4764
4765
4765
< p > The example shows the value of "e" as a native JSON array including
4766
- unnecssary whitespace, a number and an object. The result
4766
+ unnecessary whitespace, a number and an object. The result
4767
4767
eliminates the whitespace, uses a canonical number representation,
4768
4768
and reorders the object members lexicographically:</ p >
4769
4769
0 commit comments