Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
ArthurClemens committed Feb 2, 2019
1 parent 38d8e3b commit c90660e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -510,7 +510,7 @@ flyd.on(function(n) { console.log('numbers changed to', n); }, numbers);
### flyd.scan(fn, acc, stream)
Creates a new stream with the results of calling the function on every incoming
stream with and accumulator and the incoming value.
stream with an accumulator and the incoming value.
__Signature__
Expand Down

0 comments on commit c90660e

Please sign in to comment.