From a785b0832b071f505a694e1946182adeab84c972 Mon Sep 17 00:00:00 2001 From: Brian Terlson Date: Mon, 12 Sep 2016 15:11:01 -0700 Subject: [PATCH] Editorial: %s/StrictFormalParameters/UniqueFormalParameters/g (#690) Closes #618. --- spec.html | 60 +++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/spec.html b/spec.html index 7459469339..dbdb6fc91b 100644 --- a/spec.html +++ b/spec.html @@ -17430,7 +17430,7 @@

Syntax

FunctionExpression : `function` BindingIdentifier[~Yield]? `(` FormalParameters[~Yield] `)` `{` FunctionBody[~Yield] `}` - StrictFormalParameters[Yield] : + UniqueFormalParameters[Yield] : FormalParameters[?Yield] FormalParameters[Yield] : @@ -17482,7 +17482,7 @@

Static Semantics: Early Errors