Skip to content

Commit 3d752cd

Browse files
Trotttargos
authored andcommitted
doc: improve wording in vm.md
Simplify complex sentence. Remove use of "straightforward". PR-URL: #32427 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent cf47bb9 commit 3d752cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api/vm.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,8 @@ specification.
312312

313313
Unlike `vm.Script` however, every `vm.Module` object is bound to a context from
314314
its creation. Operations on `vm.Module` objects are intrinsically asynchronous,
315-
in contrast with the synchronous nature of `vm.Script` objects. With the help
316-
of async functions, however, manipulating `vm.Module` objects is fairly
317-
straightforward.
315+
in contrast with the synchronous nature of `vm.Script` objects. The use of
316+
'async' functions can help with manipulating `vm.Module` objects.
318317

319318
Using a `vm.Module` object requires three distinct steps: creation/parsing,
320319
linking, and evaluation. These three steps are illustrated in the following

0 commit comments

Comments
 (0)