From 80a387b81dd81d6d221da088a6cdd2bfb29ae428 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 26 Mar 2022 07:52:30 -0700 Subject: [PATCH] doc: change comma-splice to two sentences MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42455 Reviewed-By: Mestery Reviewed-By: Tobias Nießen Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 475894d7c0e466..053470b6a78865 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -427,7 +427,7 @@ heap limit. `count` should be a non-negative integer (in which case Node.js will write no more than `max_count` snapshots to disk). When generating snapshots, garbage collection may be triggered and bring -the heap usage down, therefore multiple snapshots may be written to disk +the heap usage down. Therefore multiple snapshots may be written to disk before the Node.js instance finally runs out of memory. These heap snapshots can be compared to determine what objects are being allocated during the time consecutive snapshots are taken. It's not guaranteed that Node.js will