Fixed minor markup error in RDF conversion.
--- 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>