Skip to content

Commit

Permalink
fix: Unclosed strong tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 18, 2020
1 parent da4d5e6 commit f24ef10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h2 id="break_statement"><code>break</code> statement</h2>
<li>The second form of the syntax terminates the specified enclosing labeled statement.</li>
</ol>

<h3 id="Example_1_2">Example</strong> <strong>1</h3>
<h3 id="Example_1_2">Example 1</h3>

<p>The following example iterates through the elements in an array until it finds the index of an element whose value is <code>theValue</code>:</p>

Expand Down

0 comments on commit f24ef10

Please sign in to comment.