File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -385,14 +385,14 @@ const win32 = {
385
385
return '.' ;
386
386
387
387
// Make sure that the joined path doesn't start with two slashes, because
388
- // normalize() will mistake it for an UNC path then.
388
+ // normalize() will mistake it for a UNC path then.
389
389
//
390
390
// This step is skipped when it is very clear that the user actually
391
- // intended to point at an UNC path. This is assumed when the first
391
+ // intended to point at a UNC path. This is assumed when the first
392
392
// non-empty string arguments starts with exactly two slashes followed by
393
393
// at least one more non-slash character.
394
394
//
395
- // Note that for normalize() to treat a path as an UNC path it needs to
395
+ // Note that for normalize() to treat a path as a UNC path it needs to
396
396
// have at least 2 components, so we don't filter for that here.
397
397
// This means that the user can use join to construct UNC paths from
398
398
// a server name and a share name; for example:
You can’t perform that action at this time.
0 commit comments