Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfcc3e8

Browse filesBrowse files
TrottMylesBorins
authored andcommitted
doc: improve wording in vm.md
Simplify complex sentence. Remove use of "straightforward". PR-URL: #32427 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent bbea3f2 commit dfcc3e8
Copy full SHA for dfcc3e8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/vm.md‎

Copy file name to clipboardExpand all lines: doc/api/vm.md
+2-3Lines changed: 2 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,8 @@ specification.
362362

363363
Unlike `vm.Script` however, every `vm.Module` object is bound to a context from
364364
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.
365+
in contrast with the synchronous nature of `vm.Script` objects. The use of
366+
'async' functions can help with manipulating `vm.Module` objects.
368367

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.