Merge with changes from head
authorGavin Carothers <gavin@carothers.name>
Tue, 17 Jul 2012 12:47:53 -0700
changeset 496 38cb2b5cf30a
parent 495 8696fed4b494 (current diff)
parent 489 483a8cffd556 (diff)
child 497 6dfc3325b814
Merge with changes from head
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Tue Jul 17 12:47:17 2012 -0700
+++ b/rdf-turtle/index.html	Tue Jul 17 12:47:53 2012 -0700
@@ -855,7 +855,7 @@
           Literals are composed of a <a href="../rdf-concepts/index.html#dfn-lexical-form">lexical form</a> and an optional <a href="../rdf-concepts/index.html#dfn-language-identifier">language tag</a> or datatype IRI.
           An extra type, <code id="prefix" class="dfn">prefix</code>, is used during parsing to map string identifiers to namespace IRIs.
 
-          This section maps a string conforming to the grammar in <a href="#sec-grammar-grammar" class="sectionRef"></a> to a set of triples by mapping strings matching productions and lexical tokens to RDF terms or their components (e.g. language tags, lexical forms of literals). Some productions change the parser state (base or prefix declarations).</p>
+          This section maps a string conforming to the grammar in <a href="#sec-grammar-grammar" class="sectionRef"></a> to a set of triples by mapping strings matching productions and lexical tokens to RDF terms or their components (e.g. language tags, lexical forms of literals). Grammar productions change the parser state and emit triples.</p>
           <section id="sec-parsing-state">
           <h3>Parser State</h3>