vscode: refactor comment

This commit is contained in:
Veetaha 2020-02-09 00:28:32 +02:00
parent 539daf4454
commit 8f291c0089

View File

@ -78,7 +78,7 @@ export class Config {
case "sunos":
case "cygwin":
case "netbsd": return null;
// The list of platforms is exhaustive see (`NodeJS.Platform` type definition)
// The list of platforms is exhaustive (see `NodeJS.Platform` type definition)
}
}