node icon indicating copy to clipboard operation
node copied to clipboard

Ambiguous wording at loading order description

Open ilias-7565 opened this issue 1 year ago • 0 comments

Affected URL(s)

https://nodejs.org/api/modules.html#all-together

Description of the problem

The following part at the linked page: 1

Can mean 2 things:

  1. Sets Y as the file system root, so at step 3 Y means the same location as ./ .
  2. 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

ilias-7565 avatar Feb 16 '24 14:02 ilias-7565