Skip to content

Commit aedb5c5

Browse files
#555 Fix punctuation in list
1 parent da4cd8f commit aedb5c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5477,17 +5477,17 @@ <h3>Algorithm</h3>
54775477
<code>xsd:double</code> and its
54785478
<a>lexical form</a>
54795479
is a valid <code>xsd:integer</code> or <code>xsd:double</code>
5480-
according to [[XMLSCHEMA11-2]],
5480+
according to [[XMLSCHEMA11-2]]:
54815481
<ol>
5482-
<li>attempt to convert the <a>lexical form</a> to a <a>JSON number</a>
5482+
<li>Attempt to convert the <a>lexical form</a> to a <a>JSON number</a>
54835483
according to
54845484
[[RFC8785]] <a data-cite="RFC8785#name-serialization-of-numbers">
54855485
JSON Serialization Scheme (JCS) 3.2.2.3 Serialization of Numbers
5486-
</a> procedure;
5486+
</a> procedure.
54875487
</li>
54885488
<li>
54895489
If the conversion is successful, set <var>converted value</var>
5490-
to its result;
5490+
to its result.
54915491
</li>
54925492
<li>
54935493
Otherwise, set <var>type</var> to <a>datatype IRI</a> of <var>value</var>.

0 commit comments

Comments
 (0)