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 <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Trott authored and codebytere committed Mar 30, 2020
1 parent 8f9f92f commit 844f893
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 844f893

Please sign in to comment.