Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2017-04-12 13:49:24 +0300
committerJames M Snell <jasnell@gmail.com>2017-04-14 01:30:10 +0300
commit40b6cf241e1b383abe7a0476a604979a123d17d4 (patch)
tree6689512f8414c0f2bd4c4148d93ae18ff9b7a8a9 /lib/internal/readme.md
parent05a00a0c433a285bbae8c9954ec08fc99c42e4f1 (diff)
doc: limit lines to 80 cols in internal README
We generally stick to 80 columns even in markdown files. PR-URL: https://github.com/nodejs/node/pull/12358 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'lib/internal/readme.md')
-rw-r--r--lib/internal/readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/internal/readme.md b/lib/internal/readme.md
index 38c7f6ad13b..ae27245581b 100644
--- a/lib/internal/readme.md
+++ b/lib/internal/readme.md
@@ -1,4 +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 is **not supported** in any way.
+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
+is **not supported** in any way.