Skip to content

Commit d231e4c

Browse files
committed
clarify comment
1 parent a88fdba commit d231e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instrument.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function liftReducerWith(reducer, initialCommittedState, monitorReducer, options
172172

173173
for (let i = 0; i < idsToDelete.length; i++) {
174174
if (computedStates[i + 1].error) {
175-
// Stop if error is found. Commit only up to error.
175+
// Stop if error is found. Commit actions up to error.
176176
excess = i;
177177
idsToDelete = stagedActionIds.slice(1, excess + 1);
178178
break;

0 commit comments

Comments
 (0)