Skip to content

Commit c977f9c

Browse files
committed
regenerate docs after lodash/lodash#6090
1 parent d13e8ee commit c977f9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/4.17.23.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ <h4>Example</h4>
423423
<h3 id="compact"><a href="#compact" class="fa fa-link"></a><code>_.compact(array)</code></h3>
424424
<p><a href="https://github.com/lodash/lodash/blob/4.17.23/lodash.js#L6977">source</a> <a href="https://www.npmjs.com/package/lodash.compact">npm package</a></p>
425425
<p>Creates an array with all falsey values removed. The values <code>false</code>, <code>null</code>,
426-
<code>0</code>, <code>-0&apos;, &apos;0n</code>, <code>&quot;&quot;</code>, <code>undefined</code>, and <code>NaN</code> are falsy.</p>
426+
<code>0</code>, <code>-0</code>, <code>0n</code>, <code>&quot;&quot;</code>, <code>undefined</code>, and <code>NaN</code> are falsy.</p>
427427
<h4>Since</h4>
428428
<p>0.1.0</p>
429429
<h4>Arguments</h4>

0 commit comments

Comments
 (0)