File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5477,17 +5477,17 @@ <h3>Algorithm</h3>
5477
5477
< code > xsd:double</ code > and its
5478
5478
< a > lexical form</ a >
5479
5479
is a valid < code > xsd:integer</ code > or < code > xsd:double</ code >
5480
- according to [[XMLSCHEMA11-2]],
5480
+ according to [[XMLSCHEMA11-2]]:
5481
5481
< 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 >
5483
5483
according to
5484
5484
[[RFC8785]] < a data-cite ="RFC8785#name-serialization-of-numbers ">
5485
5485
JSON Serialization Scheme (JCS) 3.2.2.3 Serialization of Numbers
5486
- </ a > procedure;
5486
+ </ a > procedure.
5487
5487
</ li >
5488
5488
< li >
5489
5489
If the conversion is successful, set < var > converted value</ var >
5490
- to its result;
5490
+ to its result.
5491
5491
</ li >
5492
5492
< li >
5493
5493
Otherwise, set < var > type</ var > to < a > datatype IRI</ a > of < var > value</ var > .
You can’t perform that action at this time.
0 commit comments