Skip to content

Commit 9780197

Browse files
authored
Editorial: Minor syntactic fixes (tc39#216)
1 parent 5414bf1 commit 9780197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.emu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
"sources": ["foo.js", "bar.js"],
572572
"sourcesContent": [null, null],
573573
"names": ["src", "maps", "are", "fun"],
574-
"mappings": "A,AAAB;;ABCDE"
574+
"mappings": "A,AAAB;;ABCDE",
575575
"ignoreList": [0]
576576
}
577577
</code></pre>
@@ -1108,7 +1108,7 @@
11081108
<p>Source map generators may chose to additionally emit a named mapping on the opening parenthesis `(`.</p>
11091109
</li>
11101110
<li>
1111-
<p>Source map generators may emit named mapping for |IdentifierReference|| in |Expression|.</p>
1111+
<p>Source map generators may emit named mapping for |IdentifierReference| in |Expression|.</p>
11121112
</li>
11131113
</ul>
11141114
</emu-clause>

0 commit comments

Comments
 (0)