Skip to content

Commit 5a17632

Browse files
committed
HTML is not Markdown
1 parent 1ed58e3 commit 5a17632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

html/errata.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ <h2>Chapter 2</h2>
3939
<h2>Chapter 9</h2>
4040

4141
<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>
42+
paragraph at the top of the page claims that <code>{,5}</code> is equivalent to
43+
<code>{0,5}</code> in a regular expression. This is not the case (you
44+
have to include the zero).</p>
4545

4646
<p><strong>Page 159</strong> (The Date Type¹):
4747
The <code>findDate</code> function produces the wrong months. The

0 commit comments

Comments
 (0)