diff options
Diffstat (limited to 'std/path/_constants.ts')
-rw-r--r-- | std/path/_constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/_constants.ts b/std/path/_constants.ts index 78755529b..88374ae05 100644 --- a/std/path/_constants.ts +++ b/std/path/_constants.ts @@ -1,6 +1,6 @@ // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ -/** This module is browser compatible. */ +// This module is browser compatible. // Alphabet chars. export const CHAR_UPPERCASE_A = 65; /* A */ |