summaryrefslogtreecommitdiff
path: root/std/path/_constants.ts
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2021-01-02 15:17:01 +0000
committerGitHub <noreply@github.com>2021-01-02 10:17:01 -0500
commit62465ca4ee93826cd901b021a7e97b58adea5879 (patch)
tree74f5d5627903794300307fa64bd38a7692a1ce05 /std/path/_constants.ts
parent41a4a34aee57a4690e5c1b9ba54b27a7035bac37 (diff)
fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960)
Diffstat (limited to 'std/path/_constants.ts')
-rw-r--r--std/path/_constants.ts2
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 */