Skip to content

Commit 6586f86

Browse files
committed
Remove redundant use of 'JSON5'
1 parent cc3ddd9 commit 6586f86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ <h1><span class="secnum">5.2</span>Paragraph and Line Separators</h1>
444444
<p>
445445
Like JSON, JSON5 allows the Unicode code points U+2028 and U+2029 to
446446
appear unescaped in strings. Since ECMAScript 5.1 does not allow these
447-
code points in strings, JSON5 authors should avoid including them in JSON5
447+
code points in strings, authors should avoid including them in JSON5
448448
documents. JSON5 <emu-xref href="#parsers" id="_ref_4"><a href="#parsers">parsers</a></emu-xref> should
449449
produce a warning when they are found unescaped in strings. JSON5
450450

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ <h1>Paragraph and Line Separators</h1>
443443
<p>
444444
Like JSON, JSON5 allows the Unicode code points U+2028 and U+2029 to
445445
appear unescaped in strings. Since ECMAScript 5.1 does not allow these
446-
code points in strings, JSON5 authors should avoid including them in JSON5
446+
code points in strings, authors should avoid including them in JSON5
447447
documents. JSON5 <emu-xref href="#parsers">parsers</emu-xref> should
448448
produce a warning when they are found unescaped in strings. JSON5
449449
<emu-xref href="#generators">generators</emu-xref> should escape these

0 commit comments

Comments
 (0)