Skip to content

Commit 30245ec

Browse files
committed
Update README.md
1 parent 6b5830a commit 30245ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ then `whilst()` will reject immediately.
160160
`doWhilst()` is similar to `whilst()`, but `whilst()` might execute `fn()` zero times if `test()` returns false on the
161161
first run, where `doWhilst()` is guaranteed to call `fn()` at least once. Note that the parameters are reversed
162162
between `whilst()` and `doWhilst()` to reflect the fact that one is "while /test/ do /fn/", and the other is "do /fn/
163-
while /test/" (and to preserver API compatibility with [async](https://github.com/caolan/async#whilst)).
163+
while /test/" (and to preserve API compatibility with [async](https://github.com/caolan/async#whilst)).
164164

165165
Example:
166166

0 commit comments

Comments
 (0)