Added another minor fix to make @type coercion more clear.
authorManu Sporny <msporny@digitalbazaar.com>
Tue, 13 Aug 2013 17:39:45 -0400
changeset 1878 676037cc76b7
parent 1877 2cd97a161236
child 1879 4b5d7390c617
Added another minor fix to make @type coercion more clear.
spec/latest/json-ld/index.html
--- a/spec/latest/json-ld/index.html	Tue Aug 13 17:32:54 2013 -0400
+++ b/spec/latest/json-ld/index.html	Tue Aug 13 17:39:45 2013 -0400
@@ -777,7 +777,7 @@
   -->
   </pre>
 
-  <p>In the example above, even though the value <code>http://manu.sporny.org/</code>
+  <p>In the example above, since the value <code>http://manu.sporny.org/</code>
     is expressed as a JSON <tref>string</tref>, the type <tref>coercion</tref>
     rules will transform the value into an IRI when processing the data.
     See <a class="sectionRef" href="#type-coercion"></a> for more