Skip to content

Commit 8783bc9

Browse files
SimenBtargos
authored andcommitted
doc: order vm.Module linker arguments correctly
PR-URL: #42797 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent bfc63b0 commit 8783bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/vm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,8 @@ The identifier of the current module, as set in the constructor.
558558
// ^^^^^ the module specifier
559559
```
560560

561+
* `referencingModule` {vm.Module} The `Module` object `link()` is called on.
562+
561563
* `extra` {Object}
562564
* `assert` {Object} The data from the assertion:
563565
<!-- eslint-skip -->
@@ -569,8 +571,6 @@ The identifier of the current module, as set in the constructor.
569571
support, as opposed to, for example, triggering an error if an
570572
unsupported assertion is present.
571573

572-
* `referencingModule` {vm.Module} The `Module` object `link()` is called on.
573-
574574
* Returns: {vm.Module|Promise}
575575
* Returns: {Promise}
576576

0 commit comments

Comments
 (0)