From 181cb8cca3651b661d0594043d51e5f13aaa353c 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 (re PR #1948) --- spec.html | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.html b/spec.html index f2561d1fe0f..d93f413b21c 100644 --- a/spec.html +++ b/spec.html @@ -26755,6 +26755,7 @@

Function.prototype.toString ( )

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