Fixed minor markup error in RDF conversion.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Wed, 11 Apr 2012 18:17:47 -0700
changeset 507 923e73e89b65
parent 506 2d1f575aab17
child 508 16e640f2ef19
Fixed minor markup error in RDF conversion.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Wed Apr 11 18:13:26 2012 -0700
+++ b/spec/latest/json-ld-api/index.html	Wed Apr 11 18:17:47 2012 -0700
@@ -1938,7 +1938,7 @@
     <li>Otherwise, if <em>element</em> is a <tref>string</tref>, set the <tref>active object</tref>
       to a <tref>plain literal</tref> value created from the string.</li>
 
-    <li>Otherwise, if <em>element<em> is a <tref>number</tref>, set the <tref>active object</tref> to a
+    <li>Otherwise, if <em>element</em> is a <tref>number</tref>, set the <tref>active object</tref> to a
       <tref>typed literal</tref> using a string representation of the value with datatype set
       to either <code>xsd:integer</code> or <code>xsd:double</code>, depending on if the value
       contains a fractional and/or an exponential component.</li>