Skip to content

Commit 57c291b

Browse files
Tim Rifferdsblv
authored andcommitted
Update readme
1 parent ddf6543 commit 57c291b

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
@@ -99,7 +99,7 @@ A `function` that takes [several arguments](https://developer.mozilla.org/en-US/
9999

100100
## A Note on Concurrency
101101

102-
Previously this module had an additional method `seq()` that ran `replace` functions one by one instead of all at once. We decided to remove it to narrow our scope. Here's a snippet that achieves the same effect:
102+
Previously this module had an additional function `seq()` that ran `replace` functions one by one instead of all at once. We decided to remove it to narrow our scope. Here's a snippet that achieves the same effect:
103103

104104
```js
105105
let sequence = Promise.resolve();

0 commit comments

Comments
 (0)