Minor grammar fix
authorSteve Speicher <sspeiche@gmail.com>
Mon, 08 Sep 2014 16:03:57 -0400
changeset 810 b2179c3120c4
parent 807 04e0b4577e41
child 811 df3a6d40fd5f
Minor grammar fix
ldp-primer/ldp-primer.html
--- a/ldp-primer/ldp-primer.html	Mon Sep 08 15:25:47 2014 -0400
+++ b/ldp-primer/ldp-primer.html	Mon Sep 08 16:03:57 2014 -0400
@@ -582,7 +582,7 @@
 HTTP/1.1 204 No Content 
    </pre>
    
-     <p> As well as deleting the resource, the server removes the containment triple from the container. For example, a subsequent GET request on the container will return a graph isomorphic to the one shown in the following representation::</p>
+     <p> As well as deleting the resource, the server removes the containment triple from the container. For example, a subsequent GET request on the container will return a graph isomorphic to the one shown in the following representation:</p>
      
      <pre title="Container representation after resource deletion" class="example" data-include='examples/bc_after_del.txt' data-oninclude='fixCode'></pre>