summaryrefslogtreecommitdiff
path: root/lib/internal/readme.md
diff options
context:
space:
mode:
authorMaleDong <maledong_github@outlook.com>2018-07-30 08:57:50 +0800
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-31 08:28:40 +0300
commitbe322bd9ada1579d16ab3af45328e313e0ff1a5c (patch)
treef57e048e3a8eab38e24c82b8db09f78dd2232d80 /lib/internal/readme.md
parent3a056c04090ae58bef7ed8af9abf68228d8ff41a (diff)
downloadandroid-node-v8-be322bd9ada1579d16ab3af45328e313e0ff1a5c.tar.gz
android-node-v8-be322bd9ada1579d16ab3af45328e313e0ff1a5c.tar.bz2
android-node-v8-be322bd9ada1579d16ab3af45328e313e0ff1a5c.zip
doc: clarify text about internal module changes
Simplify phrasing for clarity and succinctness. PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'lib/internal/readme.md')
-rw-r--r--lib/internal/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/internal/readme.md b/lib/internal/readme.md
index ae27245581..d44321c6a2 100644
--- a/lib/internal/readme.md
+++ b/lib/internal/readme.md
@@ -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.