Skip to content

Commit e1acd2d

Browse files
authored
spelling: occurrence (#248)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent ede081e commit e1acd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3.10.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ <h3 id="uniq"><a href="#uniq" class="fa fa-link"></a><code>_.uniq(array, [isSort
941941
<p><a href="https://github.com/lodash/lodash/blob/3.10.1/lodash.js#L5612">source</a> <a href="https://www.npmjs.com/package/lodash.uniq">npm package</a></p>
942942
<p>Creates a duplicate-free version of an array, using
943943
<a href="http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero"><code>SameValueZero</code></a>
944-
for equality comparisons, in which only the first occurence of each element
944+
for equality comparisons, in which only the first occurrence of each element
945945
is kept. Providing <code>true</code> for <code>isSorted</code> performs a faster search algorithm
946946
for sorted arrays. If an iteratee function is provided it&apos;s invoked for
947947
each element in the array to generate the criterion by which uniqueness

0 commit comments

Comments
 (0)