Changed "override" to "alias" for keywords.
authorDave Longley <dlongley@digitalbazaar.com>
Wed, 31 Aug 2011 00:32:20 -0400
changeset 193 02adaec539af
parent 192 73fbbc6f6c23
child 194 5a75d2968766
Changed "override" to "alias" for keywords.
spec/latest/index.html
--- a/spec/latest/index.html	Wed Aug 31 00:15:15 2011 -0400
+++ b/spec/latest/index.html	Wed Aug 31 00:32:20 2011 -0400
@@ -1591,10 +1591,10 @@
 </section>
 
 <section>
-<h2>Overriding Keywords</h2>
+<h2>Aliasing Keywords</h2>
 
 <p>JSON-LD allows all of the syntax keywords, except for <code>@context</code>,
-to be overridden. This feature allows more legacy JSON content to be supported 
+to be aliased. This feature allows more legacy JSON content to be supported 
 by JSON-LD. It also allows developers to design domain-specific implementations 
 using only the JSON-LD context.</p>
 
@@ -1615,7 +1615,7 @@
 </pre>
 
 <p>In the example above, the <code>@subject</code> and <code>@type</code> 
-keywords have been overridden by <strong>url</strong> and 
+keywords have been given the aliases <strong>url</strong> and 
 <strong>a</strong>, respectively.
 </p>