Skip to content

Commit 31f506c

Browse files
committed
Types: remove superfluous empty paragraphs before certain headings
The gap above these two headings feels especially large when reading on a narrow viewport. Follows-up df69696 from 2012, when the files were first committed to Git.
1 parent 1ddac72 commit 31f506c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/Types.html

-4
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ <h3 id="Boolean_Default_2"> Boolean Default </h3>
189189
</p>
190190
<pre><code data-lang="javascript">0.1 + 0.2 // 0.30000000000000004
191191
</code></pre>
192-
<p><br />
193-
</p>
194192
<h3 id="Math"> Math </h3>
195193
<p>JavaScript provides utilities to work with numbers in the Math object:
196194
</p>
@@ -249,8 +247,6 @@ <h3 id="Integer"> Integer </h3>
249247
<h3 id="Float"> Float </h3>
250248
<p>A float is a plain Number type, just as Integer, but whenever explicitly mentioned, indicates that a floating-point number is expected.
251249
</p>
252-
<p><br />
253-
</p>
254250
<h2 id="Boolean"> Boolean </h2>
255251
<p>A boolean in JavaScript can be either true or false:
256252
</p>

0 commit comments

Comments
 (0)