Skip to content

Commit ed54de9

Browse files
committed
Fixed typo
1 parent 55edeac commit ed54de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vs/base/common/stripComments.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
/**
7-
* Strips single and multiline comments JavaScript comments from JSON
7+
* Strips single and multi line JavaScript comments from JSON
88
* content. Ignores characters in strings BUT doesn't support
9-
* string continuation across multiple lines since it is not supported
10-
* in JSON.
9+
* string continuation across multiple lines since it is not
10+
* supported in JSON.
1111
* @param content the content to strip comments from
1212
* @returns the content without comments
1313
*/

0 commit comments

Comments
 (0)