typo
authorGuus Schreiber <guus.schreiber@vu.nl>
Sat, 06 Apr 2013 18:44:26 +0200
changeset 793 15a4392c18e9
parent 792 fc842468f5b8
child 794 9827d9734dbe
typo
drafts/n-quads/Overview.html
--- a/drafts/n-quads/Overview.html	Sat Apr 06 18:43:09 2013 +0200
+++ b/drafts/n-quads/Overview.html	Sat Apr 06 18:44:26 2013 +0200
@@ -435,7 +435,7 @@
           <p>The <abbr title="Extended Backus–Naur Form">EBNF</abbr> used here is defined in XML 1.0
             [<cite><a href="#bib-EBNF-NOTATION" class="bibref">EBNF-NOTATION</a></cite>].</p>
           <p>Escape sequence rules are the same as Turtle
-          [<cite><a href="#bib-TURTLE-TR" class="bibref">TURTLE-TR</a></cite>]. However, as only the <a href="grammar-production-STRING_LITERAL_QUOTE"><code>STRING_LITERAL_QUOTE</code></a> production is allowed new lines in literals <em title="MUST" class="rfc2119">MUST</em> be escaped.</p>
+          [<cite><a href="#bib-TURTLE-TR" class="bibref">TURTLE-TR</a></cite>]. However, as only the <a href="#grammar-production-STRING_LITERAL_QUOTE"><code>STRING_LITERAL_QUOTE</code></a> production is allowed new lines in literals <em title="MUST" class="rfc2119">MUST</em> be escaped.</p>
           <div><table class="grammar">
     <tbody class="grammar-productions">
             <tr id="grammar-production-nquadsDoc" data-grammar-original="[1]  nquadsDoc          ::= statement? (EOL statement)* EOL?" data-grammar-expression="(',', [('?', ('id', 'statement')), ('*', (',', [('id', 'EOL'), ('id', 'statement')])), ('?', ('id', 'EOL'))])">