Skip to content

Commit

Permalink
Merge pull request #192 from ArthurClemens/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
paldepind authored Feb 3, 2019
2 parents 38d8e3b + c90660e commit 180e8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 180e8f5

Please sign in to comment.