We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed58e3 commit 5a17632Copy full SHA for 5a17632
html/errata.html
@@ -39,9 +39,9 @@ <h2>Chapter 2</h2>
39
<h2>Chapter 9</h2>
40
41
<p><strong>Page 157</strong> (Repeating Parts of a Pattern): The
42
-paragraph at the top of the page claims that `{,5}` is equivalent to
43
-`{0,5}` in a regular expression. This is not the case (you have to
44
-include the zero).</p>
+paragraph at the top of the page claims that <code>{,5}</code> is equivalent to
+<code>{0,5}</code> in a regular expression. This is not the case (you
+have to include the zero).</p>
45
46
<p><strong>Page 159</strong> (The Date Type¹):
47
The <code>findDate</code> function produces the wrong months. The
0 commit comments