From 73f397f9a9a71c32b564aeffcf8ef7eead0ccaf2 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 2 May 2019 16:38:58 +0200 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: miniak --- docs/api/process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/process.md b/docs/api/process.md index 67048d74b072c..5ef80fae76802 100644 --- a/docs/api/process.md +++ b/docs/api/process.md @@ -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.