Fixed small typo
authorIan Davis <ian.davis@talis.com>
Tue, 23 Aug 2011 02:58:41 +0100
changeset 137 bccf80223a9a
parent 136 135bba0e273b
child 140 91929aa6e2b6
child 141 e6f61b680c73
Fixed small typo
rdf-json/index.html
--- a/rdf-json/index.html	Tue Aug 23 02:52:49 2011 +0100
+++ b/rdf-json/index.html	Tue Aug 23 02:58:41 2011 +0100
@@ -168,7 +168,7 @@
 
 <section id="section-serialization">
     <h2>Serialization of RDF as JSON</h2>
-    <p>Given a set of RDF Triples an RDF/JSON document may constructed using the following algorithm:</p>
+    <p>Given a set of RDF Triples an RDF/JSON document may be constructed using the following algorithm:</p>
     <ol>
       <li>Start a JSON object (called the root object)</li>
       <li>Group all the triples by subject</li>