Skip to content

Commit c6c1dc5

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 c46e7bb commit c6c1dc5

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
@@ -560,6 +560,8 @@ The identifier of the current module, as set in the constructor.
560560
// ^^^^^ the module specifier
561561
```
562562

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

574-
* `referencingModule` {vm.Module} The `Module` object `link()` is called on.
575-
576576
* Returns: {vm.Module|Promise}
577577
* Returns: {Promise}
578578

0 commit comments

Comments
 (0)