Skip to content

Commit

Permalink
Merge pull request #2728 from okkez/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
captbaritone authored May 11, 2018
2 parents c3f3582 + 7faf698 commit 6a71daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ <h2 id="arrays">Array Functions</h2>
<span class="alias">Alias: <b>unique</b></span>
<br />
Produces a duplicate-free version of the <b>array</b>, using <i>===</i> to test
object equality. In particular only the first occurence of each value is kept.
object equality. In particular only the first occurrence of each value is kept.
If you know in advance that the <b>array</b> is sorted,
passing <i>true</i> for <b>isSorted</b> will run a much faster algorithm.
If you want to compute unique items based on a transformation, pass an
Expand Down

0 comments on commit 6a71daf

Please sign in to comment.