Skip to content

Commit

Permalink
Markup: Add type="definition" to definition of NativeFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Feb 24, 2019
1 parent 04a070a commit cb5e40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -24821,7 +24821,7 @@ <h1>Function.prototype.toString ( )</h1>
1. Throw a *TypeError* exception.
</emu-alg>

<emu-grammar>
<emu-grammar type="definition">
NativeFunction :
`function` PropertyName[~Yield, ~Await]? `(` FormalParameters[~Yield, ~Await] `)` `{` `[` `native` `code` `]` `}`
</emu-grammar>
Expand Down

0 comments on commit cb5e40a

Please sign in to comment.