Typo > not <
authorGavin Carothers <gavin@carothers.name>
Thu, 21 Jun 2012 14:38:01 -0700
changeset 480 ada2993dcef0
parent 479 80975d3d32a1
child 481 32672d47af87
Typo > not <
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Thu Jun 21 14:36:40 2012 -0700
+++ b/rdf-turtle/index.html	Thu Jun 21 14:38:01 2012 -0700
@@ -260,7 +260,7 @@
 			   		<a href="../rdf-concepts/index.html#dfn-iri">IRIs</a> may be written as relative or absolute IRIs or prefixed names. 
 				  	Relative and absolute IRIs are enclosed in '&lt;' and '&gt;' and may contain <a href="#numeric">numeric escape sequences</a> (described below). For example <code>&lt;http://example.org/#green-goblin&gt;</code>.
 				</p>
-				<p>Relative IRIs like <code>&lt;#green-goblin&lt;</code> are resolved relative to the current base IRI. A new base IRI can be defined using the <code>@base</code> directive. Specifics of this operation are defined in <a href="#iri-references" class="sectionRef"></a> </p>
+				<p>Relative IRIs like <code>&lt;#green-goblin&gt;</code> are resolved relative to the current base IRI. A new base IRI can be defined using the <code>@base</code> directive. Specifics of this operation are defined in <a href="#iri-references" class="sectionRef"></a> </p>
 				<p>
 				  The token <code>a</code> in the predicate position of a Turtle triple represents the IRI <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</code> .
 				</p>