We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5877ab commit 4d81b2eCopy full SHA for 4d81b2e
spec.html
@@ -239,7 +239,7 @@ <h1>Static Semantics: AssertClauseToAssertions</h1>
239
240
<emu-grammar> AssertEntries : AssertionKey `:` StringLiteral </emu-grammar>
241
<emu-alg>
242
- 1. Let _entry_ be a Record { [[Key]]: AssertClauseToAssertions of |AssertionKey|, [[Value]]: StringValue of |StringLiteral| }.
+ 1. Let _entry_ be a Record { [[Key]]: StringValue of |AssertionKey|, [[Value]]: StringValue of |StringLiteral| }.
243
1. Return a new List containing the single element, _entry_.
244
</emu-alg>
245
0 commit comments