We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43922a5 commit c78d3f2Copy full SHA for c78d3f2
doc/api/vm.md
@@ -362,9 +362,8 @@ specification.
362
363
Unlike `vm.Script` however, every `vm.Module` object is bound to a context from
364
its creation. Operations on `vm.Module` objects are intrinsically asynchronous,
365
-in contrast with the synchronous nature of `vm.Script` objects. With the help
366
-of async functions, however, manipulating `vm.Module` objects is fairly
367
-straightforward.
+in contrast with the synchronous nature of `vm.Script` objects. The use of
+'async' functions can help with manipulating `vm.Module` objects.
368
369
Using a `vm.Module` object requires three distinct steps: creation/parsing,
370
linking, and evaluation. These three steps are illustrated in the following
0 commit comments