Fixed typo reported by Zandt in context processing algorithm.
authorManu Sporny <msporny@digitalbazaar.com>
Thu, 17 Jan 2013 11:54:57 -0500
changeset 1134 df7281d842b6
parent 1133 b21bc4a6ff94
child 1135 1cab0428b9f0
Fixed typo reported by Zandt in context processing algorithm.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Wed Jan 16 14:29:19 2013 -0500
+++ b/spec/latest/json-ld-api/index.html	Thu Jan 17 11:54:57 2013 -0500
@@ -1090,7 +1090,7 @@
                   <em>definition</em> to the lowercased <em>val</em>. If <em>val</em> is neither a
                   <tref>string</tref> nor <tref>null</tref>, raise an
                   <code class="error">invalid language mapping</code> error.</li>
-                <li>f <em>value</em> has an <code>@container</code> member with a value <em>val</em> that
+                <li>If <em>value</em> has an <code>@container</code> member with a value <em>val</em> that
                   equals <code>@list</code>, <code>@set</code>, or <code>@annotation</code>, set the
                   <tref>container mapping</tref> of <em>definition</em> to <em>val</em>.
                   If <em>val</em> is not one of those values, raise an