From f8344fc7523865c90d8dd5752bbe93203c70011f Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sat, 8 Aug 2020 19:48:13 -0400 Subject: [PATCH] Editorial: Insert blank line between productions --- spec.html | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.html b/spec.html index d7e09c14fb6..88b4ad1eda0 100644 --- a/spec.html +++ b/spec.html @@ -26750,6 +26750,7 @@

Function.prototype.toString ( )

NativeFunction : `function` NativeFunctionAccessor? PropertyName[~Yield, ~Await]? `(` FormalParameters[~Yield, ~Await] `)` `{` `[` `native` `code` `]` `}` + NativeFunctionAccessor : `get` `set`