Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: miniak <milan.burda@gmail.com>
  • Loading branch information
MarshallOfSound and miniak committed May 2, 2019
1 parent 1d65460 commit 73f397f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/process.md
Expand Up @@ -175,8 +175,8 @@ Returns an object with V8 heap statistics. Note that all statistics are reported

Returns `Object`:

* `allocated` Integer - Total allocated object size in Kilobytes.
* `marked` Integer - Total marked object size in Kilobytes.
* `allocated` Integer - Size of all allocated objects in Kilobytes.
* `marked` Integer - Size of all marked objects in Kilobytes.
* `total` Integer - Total allocated space in Kilobytes.

Returns an object with Blink memory information.
Expand Down

0 comments on commit 73f397f

Please sign in to comment.