diff --git a/spec.html b/spec.html
index b14b6c727e0..6122b8f948d 100644
--- a/spec.html
+++ b/spec.html
@@ -13815,7 +13815,7 @@
Runtime Semantics: Evaluation
- Runtime Semantics: EvaluatePropertyAccessWithExpressionKey( _baseValue_, _expression_, _strict_ )
+ Runtime Semantics: EvaluatePropertyAccessWithExpressionKey ( _baseValue_, _expression_, _strict_ )
The abstract operation EvaluatePropertyAccessWithExpressionKey takes as arguments a value _baseValue_, a Parse Node _expression_, and a Boolean argument _strict_. It performs the following steps:
1. Let _propertyNameReference_ be the result of evaluating _expression_.
@@ -13826,7 +13826,7 @@ Runtime Semantics: EvaluatePropertyAccessWithExpressionKey( _baseValue_, _ex
- Runtime Semantics: EvaluatePropertyAccessWithIdentifierKey( _baseValue_, _identifierName_, _strict_ )
+ Runtime Semantics: EvaluatePropertyAccessWithIdentifierKey ( _baseValue_, _identifierName_, _strict_ )
The abstract operation EvaluatePropertyAccessWithIdentifierKey takes as arguments a value _baseValue_, a Parse Node _identifierName_, and a Boolean argument _strict_. It performs the following steps:
1. Assert: _identifierName_ is an |IdentifierName|