Skip to content

Commit e3e40a1

Browse files
Trottcodebytere
authored andcommitted
doc,util: revise util.md introductory paragraph
Minor edits to improve introductory test for util module documentation. PR-URL: #31685 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 788ea36 commit e3e40a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/util.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
> Stability: 2 - Stable
66
7-
The `util` module is primarily designed to support the needs of Node.js' own
8-
internal APIs. However, many of the utilities are useful for application and
9-
module developers as well. It can be accessed using:
7+
The `util` module supports the needs of Node.js internal APIs. Many of the
8+
utilities are useful for application and module developers as well. To access
9+
it:
1010

1111
```js
1212
const util = require('util');

0 commit comments

Comments
 (0)