Skip to content

Commit 0ec7894

Browse files
committed
patch for issue 13 - extraneous markup in precompiled chapter. This is a temp fix which will be gone once everything moves to markdown
1 parent 3908f21 commit 0ec7894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/javascript-101/ch02-javascript-basics.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h3 class="title">
246246

247247
foo == bar; // returns false
248248
foo != bar; // returns true
249-
foo == baz; <span class="bold"><strong>// returns true; careful!</strong></span>
249+
foo == baz; // returns true; careful!
250250

251251
foo === baz; // returns false
252252
foo !== baz; // returns true

0 commit comments

Comments
 (0)