Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Apr 23, 2015
1 parent f7658fa commit 733b1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ stream: -1-2-2-3-4-4-5->
stream.skipRepeats(): -1-2---3-4---5->
```

Note that `===` is used to identify duplicate items. To use a different comparison, use [`distinctBy`](#distinctby)
Note that `===` is used to identify duplicate items. To use a different comparison, use [`skipRepeatsWith`](#skiprepeatswith)

### skipRepeatsWith

Expand Down

0 comments on commit 733b1e1

Please sign in to comment.