File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -536,10 +536,10 @@ console.log(inspect(weakSet, { showHidden: true }));
536536```
537537
538538Please 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
You can’t perform that action at this time.
0 commit comments