Skip to content

Commit

Permalink
doc: clarify text about internal module changes
Browse files Browse the repository at this point in the history
Simplify phrasing for clarity and succinctness.

PR-URL: #22024
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
MaleDong authored and targos committed Jul 31, 2018
1 parent fe1823d commit f4b6031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Internal Modules

The modules in `lib/internal` are intended for internal use in Node.js core
only, and are not accessible with `require()` from user modules. These are
subject to change at **any** time. Reliance on these modules outside of core
only, and are not accessible with `require()` from user modules. These modules
can be changed at **any** time. Reliance on these modules outside of core
is **not supported** in any way.

0 comments on commit f4b6031

Please sign in to comment.