Skip to content

Commit

Permalink
doc,util: revise util.md introductory paragraph
Browse files Browse the repository at this point in the history
Minor edits to improve introductory test for util module documentation.

PR-URL: #31685
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
Trott committed Feb 10, 2020
1 parent 6f14db4 commit d0413ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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

```js
const util = require('util');
Expand Down

0 comments on commit d0413ae

Please sign in to comment.