Skip to content

Commit

Permalink
Merge pull request #128 from joaomilho/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
paldepind authored Nov 9, 2016
2 parents 81fda64 + 77d2fec commit eeed1e0
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 @@ -345,7 +345,7 @@ function boundMap(f) { return flyd.map(f, this); }
*
* @name stream.ap
* @param {stream} stream - the values stream
* @return {stream} a new stram with the functions applied to values
* @return {stream} a new stream with the functions applied to values
*
* @example
* var add = flyd.curryN(2, function(x, y) { return x + y; });
Expand Down

0 comments on commit eeed1e0

Please sign in to comment.