Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dac66d5

Browse filesBrowse files
evanlucasMylesBorins
authored andcommitted
doc: limit lines to 80 cols in internal README
We generally stick to 80 columns even in markdown files. PR-URL: #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>
1 parent afac316 commit dac66d5
Copy full SHA for dac66d5

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Open diff view settings
Collapse file

‎lib/internal/readme.md‎

Copy file name to clipboard
+4-2Lines changed: 4 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Internal Modules
22

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.