Skip to content

Commit 3259a87

Browse files
committed
Fix typo in README
1 parent 9e226eb commit 3259a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ with derived key as the only argument.
4646

4747
If interruptStep is set, calculations are interrupted with setImmediate (or
4848
zero setTimeout) at the given interruptSteps to avoid freezing the browser.
49-
If it's not set or if set to zero, the callback is called immediately after the
49+
If it's not set or set to zero, the callback is called immediately after the
5050
calculation, avoiding setImmediate.
5151

5252
#### Arguments:

0 commit comments

Comments
 (0)