summaryrefslogtreecommitdiff
path: root/doc/api/process.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index c737f7d456..facc19e4f8 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -468,7 +468,7 @@ Would generate the output:
## process.argv0
<!-- YAML
-added: 6.4.0
+added: v6.4.0
-->
* {string}
@@ -694,7 +694,7 @@ module.exports.foo();
## process.emitWarning(warning[, options])
<!-- YAML
-added: 8.0.0
+added: v8.0.0
-->
* `warning` {string|Error} The warning to emit.