We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede485a commit 6d56fdeCopy full SHA for 6d56fde
README.md
@@ -58,7 +58,7 @@ function implicit() {
58
program();
59
```
60
61
-Async/await syntax improved in ergonomics of writing asynchronous JS. It allows
+Async/await syntax improved the ergonomics of writing asynchronous JS. It allows
62
developers to think of asynchronous code in terms of synchronous code. The
63
behavior of the event loop executing the code remains the same as in a promise
64
chain. However, passing code through the event loop loses _implicit_ information
0 commit comments