Fix foolish typo
authorGavin Carothers <gavin@carothers.name>
Fri, 10 Jun 2011 15:33:49 -0700
changeset 39 e0b8c76957c7
parent 38 c2e08dd38571
child 40 8d167718ce3a
Fix foolish typo
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Fri Jun 10 15:31:29 2011 -0700
+++ b/rdf-turtle/index.html	Fri Jun 10 15:33:49 2011 -0700
@@ -448,13 +448,13 @@
 			<p>Example (<a href="tests/test-30.ttl">test-30.ttl</a>) with document base URI 
 			http://www.w3.org/2001/sw/DataAccess/df1/tests/</p>
 
-			<pre class="example" data-include="tests/text-30.ttl" data-oninclude="updateExample">
+			<pre class="example" data-include="tests/test-30.ttl" data-oninclude="updateExample">
 			</pre>
 			<p>encodes the following N-Triples
 			(<a href="tests/test-30.out">test-30.out</a>):
 
 			</p>
-			<pre class="example" data-include="tests/text-30.out" data-oninclude="updateExample">
+			<pre class="example" data-include="tests/test-30.out" data-oninclude="updateExample">
 			</pre>
 
 			<p>The Turtle syntax for literals and blank nodes are defined by <a href="http://www.w3.org/TR/rdf-sparql-query/#QSynLiterals">SPARQL Query section 4.1.2</a> and <a href="http://www.w3.org/TR/rdf-sparql-query/#QSynBlankNodes">SPARQL Query section 4.1.4</a> respectively.</p>