typo
authorSandro Hawke <sandro@hawke.org>
Thu, 10 May 2012 14:23:27 -0400
changeset 341 3c69f5e33303
parent 340 65d609e667ab
child 342 fbdf616610bf
typo
rdf-spaces/index.html
--- a/rdf-spaces/index.html	Thu May 10 14:22:03 2012 -0400
+++ b/rdf-spaces/index.html	Thu May 10 14:23:27 2012 -0400
@@ -508,7 +508,7 @@
 
     <p>The syntax of N-Quads is the same as the syntax of N-Triples,
     except that a fourth term, identifying an RDF space, may
-    optionally included on each line, after the "object" term.</p>
+    optionally be included on each line, after the "object" term.</p>
 
     <p>Formally, the N-Quads grammar is <a href="http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html#">the N-Triples
     Grammar</a> modified by removing productions [1] and [2], and
@@ -555,7 +555,7 @@
 
     <pre class="example">&lt;http://example.org/subject> &lt;http://example.org/predicate> &lt;http://example.org/object1>.
 &lt;http://example.org/subject> &lt;http://example.org/predicate> &lt;http://example.org/object2>.
-&lt;http://example.org/subject> &lt;http://example.org/predicate> &lt;http://example.org/object1> &lt;http://example.org/space1> .
+&lt;http://example.org/subject> &lt;http://example.org/predicate> &lt;http://example.org/object1> &lt;http://example.org/space1>.
 &lt;http://example.org/subject> &lt;http://example.org/predicate> &lt;http://example.org/object1> &lt;http://example.org/space2>.</pre>
 
   </section>