From 62465ca4ee93826cd901b021a7e97b58adea5879 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 2 Jan 2021 15:17:01 +0000 Subject: fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960) --- std/path/_constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/path/_constants.ts') 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 */ -- cgit v1.2.3