polyglot not polyglut
authorGavin Carothers <gavin@carothers.name>
Sat, 24 Sep 2011 06:58:52 -0700
changeset 155 91fbe017cf95
parent 154 164a635f064e
child 156 762613b54968
polyglot not polyglut
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Fri Sep 23 15:45:34 2011 -0700
+++ b/rdf-turtle/index.html	Sat Sep 24 06:58:52 2011 -0700
@@ -898,7 +898,7 @@
 &lt;/script>
         </pre>
           <p>When embedded in XHTML Turtle data blocks MUST be enclosed in CDATA sections. Those CDATA markers MUST be 
-          in Turtle comments. This will also make Turtle safe in polyglut documents served as both <code>text/html</code>
+          in Turtle comments. This will also make Turtle safe in polyglot documents served as both <code>text/html</code>
           and <code>application/xhtml+xml</code>.</p>
         </section>
         <section class="informative">
@@ -913,7 +913,7 @@
   font-family: monospace;
 }
 </pre>
-          However, this creates issues with polyglut documents. If you wish to display Turtle from script tags you 
+          However, this creates issues with polyglot documents. If you wish to display Turtle from script tags you 
           SHOULD only use <code>text/html</code>.
           </p>
         </section>