Typo.
authorCameron McCormack <cam@mcc.id.au>
Sun, 12 Feb 2012 18:13:36 +1100
changeset 25 4a4865465e1f
parent 24 a3435956399a
child 26 ff7b561adebb
Typo.
master/index.html
master/types.html
--- a/master/index.html	Sun Feb 12 18:05:23 2012 +1100
+++ b/master/index.html	Sun Feb 12 18:13:36 2012 +1100
@@ -130,6 +130,7 @@
 <p>The SVG Working Group would like to thank the following people for
 contributing to this specification by raising issues that resulted
 in errata that were folded in to this document:
+M. Koray İnal,
 Sebastian Kuzminsky,
 Helder Magalhães.
 </p>
--- a/master/types.html	Sun Feb 12 18:05:23 2012 +1100
+++ b/master/types.html	Sun Feb 12 18:13:36 2012 +1100
@@ -167,7 +167,7 @@
 <h2 id="syntax">Syntax</h2>
 
   <p>The EBNF grammar is as used in the <a href="http://www.w3.org/TR/REC-xml/#sec-notation">XML specification</a>,
-  with the addition of <strong>~</strong>, a <em>case-insensitive literal</em>: characters in the ASCII range (only) are declared to be case-insensitive. For example, ~"Hello" will match (H|h)(e|e)(l|L)(l|L)(o|O). This makes the productions much easier to read.</p>
+  with the addition of <strong>~</strong>, a <em>case-insensitive literal</em>: characters in the ASCII range (only) are declared to be case-insensitive. For example, ~"Hello" will match (H|h)(e|E)(l|L)(l|L)(o|O). This makes the productions much easier to read.</p>
   <table>
     <tr><td>?</td><td>optional, zero or one</td></tr>
     <tr><td>+</td><td>one or more</td></tr>