Skip to content

Commit 5bfdac4

Browse files
committed
doc: fix methods being documented as properties in process.md
PR-URL: #61765 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent e754481 commit 5bfdac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ changes:
994994
description: Change stability index for this feature from Experimental to Stable.
995995
-->
996996

997-
* Type: {number}
997+
* Returns: {number}
998998

999999
Gets the amount of free memory that is still available to the process
10001000
(in bytes).
@@ -1166,7 +1166,7 @@ changes:
11661166
description: Aligned return value with `uv_get_constrained_memory`.
11671167
-->
11681168

1169-
* Type: {number}
1169+
* Returns: {number}
11701170

11711171
Gets the amount of memory available to the process (in bytes) based on
11721172
limits imposed by the OS. If there is no such constraint, or the constraint

0 commit comments

Comments
 (0)