Skip to content

Commit 9f45080

Browse files
aduh95marco-ippolito
authored andcommitted
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 3ea39ff commit 9f45080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ changes:
986986
description: Change stability index for this feature from Experimental to Stable.
987987
-->
988988

989-
* Type: {number}
989+
* Returns: {number}
990990

991991
Gets the amount of free memory that is still available to the process
992992
(in bytes).
@@ -1156,7 +1156,7 @@ changes:
11561156
description: Aligned return value with `uv_get_constrained_memory`.
11571157
-->
11581158

1159-
* Type: {number}
1159+
* Returns: {number}
11601160

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

0 commit comments

Comments
 (0)