Skip to content

Commit 8742df1

Browse files
committed
fixup: address comment
1 parent dbb2b1a commit 8742df1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/api/util.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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. It's maximum output length is limited to 128 MB
540-
and input values that result in output bigger than that will not be inspected
541-
fully. Such values can have a significant performance overhead that can block
542-
the event loop for a significant amount of time.
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.
543543

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

0 commit comments

Comments
 (0)