Skip to content

Commit 3dc9373

Browse files
committed
Remove confusing phrasing
Issue marijnh#510
1 parent ad09f68 commit 3dc9373

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

11_async.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,8 @@ function request(nest, target, type, content) {
515515

516516
Because promises can be resolved (or rejected) only once, this will
517517
work. The first time `resolve` or `reject` is called determines the
518-
outcome of the promise, and any further calls, such as the timeout
519-
arriving after the request finishes or a request coming back after
520-
another request finished, are ignored.
518+
outcome of the promise, and further calls caused by a request coming
519+
back after another request finished are ignored.
521520

522521
{{index recursion}}
523522

0 commit comments

Comments
 (0)