Skip to content

Commit

Permalink
Editorial: Insert blank line between productions (#2129)
Browse files Browse the repository at this point in the history
(re PR #1948)
  • Loading branch information
jmdyck authored and ljharb committed Aug 11, 2020
1 parent d4069b3 commit f3455c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -26758,6 +26758,7 @@ <h1>Function.prototype.toString ( )</h1>
<emu-grammar type="definition">
NativeFunction :
`function` NativeFunctionAccessor? PropertyName[~Yield, ~Await]? `(` FormalParameters[~Yield, ~Await] `)` `{` `[` `native` `code` `]` `}`

NativeFunctionAccessor :
`get`
`set`
Expand Down

0 comments on commit f3455c2

Please sign in to comment.