Remove 'arbitrarily precise' distinction.
authorManu Sporny <msporny@digitalbazaar.com>
Sun, 30 Jun 2013 14:00:13 -0400
changeset 1742 abdd3abb7d2f
parent 1741 eaf1bc18650c
child 1743 e735df024e5c
Remove 'arbitrarily precise' distinction.
spec/latest/json-ld/index.html
--- a/spec/latest/json-ld/index.html	Sun Jun 30 13:53:41 2013 -0400
+++ b/spec/latest/json-ld/index.html	Sun Jun 30 14:00:13 2013 -0400
@@ -3187,8 +3187,8 @@
 
   <p class="note">All JSON numbers and booleans can be mapped to XML Schema
   datatypes, which are built-in datatypes in the RDF model. 
-  Non-decimal JSON numbers map to <code>xsd:integer</code> and arbitrarily 
-  precise decimal numbers map to <code>xsd:double</code>. JSON numbers are 
+  Non-decimal JSON numbers map to <code>xsd:integer</code> and  
+  decimal numbers map to <code>xsd:double</code>. JSON numbers are 
   described as extensions to the RDF data model because they combine the value 
   space of <code>xsd:integer</code> and <code>xsd:double</code> into a single 
   value space. JSON booleans may be mapped to XML Schema using the