Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0111c61

Browse filesBrowse files
cjihrigtargos
authored andcommitted
doc: fix swapedOut typo
This corrects a typo in the process.resourceUsage() docs. The field is named swappedOut, not swapedOut. PR-URL: #28497 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 19f9281 commit 0111c61
Copy full SHA for 0111c61

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@ added: REPLACEME
18291829
* `unsharedStackSize` {integer}
18301830
* `minorPageFault` {integer}
18311831
* `majorPageFault` {integer}
1832-
* `swapedOut` {integer}
1832+
* `swappedOut` {integer}
18331833
* `fsRead` {integer}
18341834
* `fsWrite` {integer}
18351835
* `ipcSent` {integer}
@@ -1888,7 +1888,7 @@ console.log(process.resourceUsage());
18881888
unsharedStackSize: 0,
18891889
minorPageFault: 2469,
18901890
majorPageFault: 0,
1891-
swapedOut: 0,
1891+
swappedOut: 0,
18921892
fsRead: 0,
18931893
fsWrite: 8,
18941894
ipcSent: 0,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.