Skip to content

Commit

Permalink
Merge pull request #101 from raine/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
paldepind committed Mar 4, 2016
2 parents 609a5ed + 0d61faa commit 43bfb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ flyd.map = curryN(2, function(f, s) {
/**
* Listen to stream events
*
* Similair to `map` except that the returned stream is empty. Use `on` for doing
* Similar to `map` except that the returned stream is empty. Use `on` for doing
* side effects in reaction to stream changes. Use the returned stream only if you
* need to manually end it.
*
Expand Down

0 comments on commit 43bfb2d

Please sign in to comment.