node
node copied to clipboard
Ambiguous wording at loading order description
Affected URL(s)
https://nodejs.org/api/modules.html#all-together
Description of the problem
The following part at the linked page:
Can mean 2 things:
- Sets
Y
as the file system root, so at step 3Y
means the same location as./
. - Sets the file system root as a value of
Y
.
The 2.a. should be replaced with 1 of:
-
set `Y` to the file system root
-
set the file system root as a value of `Y`
- other