Skip to content

Commit 4cf8665

Browse files
committed
adding toby's edits
1 parent 667ac5c commit 4cf8665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promises.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ \section{Promises}\label{s:promises-promises}
347347
The first is the \texttt{try...catch} event loop,
348348
and the second is \texttt{fetch}.
349349
JavaScript rips the asynchronous code right out of the execution context!
350-
There's no error, because \texttt{fetch} never got the chance to run.
350+
There's no error, because \texttt{fetch} hasn't yet had the chance to run.
351351
352352
Going back to the \texttt{fs-extra.stat} example above,
353353
what if we want to process multiple files,

0 commit comments

Comments
 (0)