Skip to content

Commit 63cbf70

Browse files
pchampingkellogg
authored andcommitted
fixed a few typos
1 parent 0422dc5 commit 63cbf70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,8 +1918,8 @@ <h3>Algorithm</h3>
19181918
<var class="changed">term context</var>.</li>
19191919
<li class="changed">If <var>key</var>'s <a>term definition</a> in <var>active context</var>
19201920
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>
19231923
<li>Otherwise, if <var>container mapping</var> <span class="changed">includes</span> <code>@language</code> and
19241924
<var>value</var> is a <a class="changed">dictionary</a> then <var>value</var>
19251925
is expanded from a <a>language map</a>
@@ -4679,7 +4679,7 @@ <h2>Data Round Tripping</h2>
46794679
or not (the result of a modulo&#8209;1 operation), the boolean values
46804680
<code>true</code> and <code>false</code> are coerced to <code>xsd:boolean</code>,
46814681
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
46834683
<dfn>canonical lexical form</dfn>, i.e., a deterministic string
46844684
representation as defined in [[XMLSCHEMA11-2]]
46854685
<span class="changed">and [[JCS]]</span>.
@@ -4763,7 +4763,7 @@ <h2>Data Round Tripping</h2>
47634763
</pre>
47644764

47654765
<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
47674767
eliminates the whitespace, uses a canonical number representation,
47684768
and reorders the object members lexicographically:</p>
47694769

0 commit comments

Comments
 (0)