--- a/rdf-turtle/index.html Thu Oct 24 07:40:01 2013 -0700
+++ b/rdf-turtle/index.html Thu Oct 24 07:42:13 2013 -0700
@@ -213,7 +213,7 @@
<section id="language-features" class="informative">
<h2>Turtle Language</h2>
<p>A Turtle document allows writing down an RDF graph in a compact textual form. An RDF graph is made up of <a href="../rdf-concepts/index.html#dfn-rdf-triple">triples</a> consisting of a subject, predicate and object.</p>
- <p>Comments may be given after a '<code>#</code>'' that is not part of another lexical token and continue to the end of the line.</p>
+ <p>Comments may be given after a '<code>#</code>' that is not part of another lexical token and continue to the end of the line.</p>
<section id="simple-triples">
<h3>Simple Triples</h3>
<p>The simplest triple statement is a sequence of (subject, predicate, object) terms, separated by whitespace and terminated by '<code>.</code>' after each triple.</p>