Skip to content

Commit 42b261b

Browse files
authored
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 4dc0d20 commit 42b261b

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
@@ -907,7 +907,7 @@ changes:
907907
description: Change stability index for this feature from Experimental to Stable.
908908
-->
909909

910-
* Type: {number}
910+
* Returns: {number}
911911

912912
Gets the amount of free memory that is still available to the process
913913
(in bytes).
@@ -1081,7 +1081,7 @@ changes:
10811081
description: Aligned return value with `uv_get_constrained_memory`.
10821082
-->
10831083

1084-
* Type: {number}
1084+
* Returns: {number}
10851085

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

0 commit comments

Comments
 (0)