Skip to content

Commit

Permalink
Add <code></code> tags to header in JS Boolean doc (consistency) (#2956)
Browse files Browse the repository at this point in the history
This achieves consistency with a similar header that uses <code></code>
tags, in the same article.
  • Loading branch information
ANDREYDEN authored Mar 9, 2021
1 parent 526a4d3 commit fcb7030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2 id="Instance_methods">Instance methods</h2>

<h2 id="Examples">Examples</h2>

<h3 id="Creating_Boolean_objects_with_an_initial_value_of_false">Creating Boolean objects with an initial value of false</h3>
<h3 id="Creating_Boolean_objects_with_an_initial_value_of_false">Creating <code>Boolean</code> objects with an initial value of <code>false</code></h3>

<pre class="brush: js">var bNoParam = new Boolean();
var bZero = new Boolean(0);
Expand Down

0 comments on commit fcb7030

Please sign in to comment.