Skip to content

Commit 0dde647

Browse files
committed
fixup: address comments in util.md
1 parent e133551 commit 0dde647

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api/util.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ added: v0.3.0
362362
changes:
363363
- version: REPLACEME
364364
pr-url: https://github.com/nodejs/node/pull/REPLACEME
365-
description: The inspection output is now limited to 128 MB. Data above that
366-
size not be inspected fully anymore.
365+
description: The inspection output is now limited to about 128 MB. Data
366+
above that size will not be fully inspected.
367367
- version: v10.6.0
368368
pr-url: https://github.com/nodejs/node/pull/20725
369369
description: Inspecting linked lists and similar objects is now possible
@@ -536,10 +536,10 @@ console.log(inspect(weakSet, { showHidden: true }));
536536
```
537537

538538
Please note that `util.inspect()` is a synchronous method that is mainly
539-
intended as a debugging tool. Its maximum output length is limited to 128 MB and
540-
input values that result in output bigger than that will not be inspected fully.
541-
Such values can have a significant performance overhead that can block the event
542-
loop for a significant amount of time.
539+
intended as a debugging tool. Its maximum output length is limited to
540+
approximately 128 MB and input values that result in output bigger than that
541+
will not be inspected fully. Such values can have a significant performance
542+
overhead that can block the event loop for a significant amount of time.
543543

544544
### Customizing `util.inspect` colors
545545

0 commit comments

Comments
 (0)