Skip to content

Commit

Permalink
Update sync.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jfet97 authored Oct 29, 2018
1 parent 85a6230 commit a9fb76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jducers/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function* _reduce(reducer, initValue, input) {
// if the output is an array, reduce has to behave like a map/filter
// values must flow
// if the output is a single number for example, reduce has to interrupt
// the flows of value until she has done her job
// the flows of values until she has done her job

let acc;
if (initValue != undefined) {
Expand Down

0 comments on commit a9fb76c

Please sign in to comment.