Skip to content

Commit 96cd7c1

Browse files
authored
Update 1-js/11-async/08-async-await/article.md
1 parent 48d6e9d commit 96cd7c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/11-async/08-async-await/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Pero podemos envolverlo dentro de una función async anónima, como esto:
140140
})();
141141
```
142142

143-
P.S. The notable exception is V8 engine version 8.9+, where top-level await works in [modules](info:modules).
143+
P.S. La excepción notable es el motor V8 de JS versión 8.9+, donde await funciona en el nivel superior de los [módulos](info:modules).
144144
````
145145
146146
````smart header="*await* acepta \"thenables\""

0 commit comments

Comments
 (0)