Skip to content

Commit e6c599b

Browse files
iguessitsokaytargos
authored andcommitted
doc: standardize command flag notes
remove italic styling from command flag notes PR-URL: #38199 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent a4275ee commit e6c599b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api/vm.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ added:
387387

388388
> Stability: 1 - Experimental
389389
390-
*This feature is only available with the `--experimental-vm-modules` command
391-
flag enabled.*
390+
This feature is only available with the `--experimental-vm-modules` command
391+
flag enabled.
392392

393393
The `vm.Module` class provides a low-level interface for using
394394
ECMAScript modules in VM contexts. It is the counterpart of the `vm.Script`
@@ -699,8 +699,8 @@ added: v9.6.0
699699

700700
> Stability: 1 - Experimental
701701

702-
*This feature is only available with the `--experimental-vm-modules` command
703-
flag enabled.*
702+
This feature is only available with the `--experimental-vm-modules` command
703+
flag enabled.
704704

705705
* Extends: {vm.Module}
706706

@@ -829,8 +829,8 @@ added:
829829

830830
> Stability: 1 - Experimental
831831

832-
*This feature is only available with the `--experimental-vm-modules` command
833-
flag enabled.*
832+
This feature is only available with the `--experimental-vm-modules` command
833+
flag enabled.
834834

835835
* Extends: {vm.Module}
836836

0 commit comments

Comments
 (0)