--- a/rdf-turtle/index.html Wed Feb 22 01:55:28 2012 -0500
+++ b/rdf-turtle/index.html Wed Feb 22 09:27:10 2012 -0500
@@ -670,7 +670,7 @@
<a href="#term-turtle2-BLANK_NODE_LABEL"><span style="font-weight:bold;">Blank node label</span>s</a> and <a href="#term-turtle2-PN_LOCAL"><span style="font-weight:bold;">local name</span>s</a> may include:
</p>
<ul>
- <li>%-encoded sequences. A '%' followed by two hex characters represents that same sequence of three characters. These sequences are <em>not</em> decoded during processing; a term written as <code><http://a.example/%66oo\-bar></code> in Turtle designates the RDF IRI <code>http://a.example/%66oo-bar</code>.</li>
+ <li>%-encoded sequences: A '%' followed by two hex characters represents that same sequence of three characters. These sequences are <em>not</em> decoded during processing; a term written as <code><http://a.example/%66oo-bar></code> in Turtle designates the RDF IRI <code>http://a.example/%66oo-bar</code>.</li>
<li>escaped punctuation: A '\' followed by one of <code>~.-!$&'()*+,;=:/?#@%_</code> represents the character to the right of the '\'.</li>
</ul>