From f3455c20a7287b0048cf23cd3be0f0826f88ad78 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Mon, 10 Aug 2020 23:14:22 -0700 Subject: [PATCH] Editorial: Insert blank line between productions (#2129) (re PR #1948) --- spec.html | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.html b/spec.html index 17dedfe713..c097b83768 100644 --- a/spec.html +++ b/spec.html @@ -26758,6 +26758,7 @@

Function.prototype.toString ( )

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