diff --git a/spec/Overview.html b/spec/Overview.html index 0933b92..dce7373 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -775,25 +775,25 @@

Terminology

When this specification refers to the cached ECMAScript - object associated with an internal slot [[|slot|]] of |object|, + object associated with an internal slot [[slot]] of |object|, the user agent must run the following steps:

  1. - If the [[|slot|_cached]] internal slot of |object| is undefined: + If the [[slot_cached]] internal slot of |object| is undefined:
    - Set the [[|slot|_cached]] internal slot of |object| to the result + Set the [[slot_cached]] internal slot of |object| to the result of performing type conversion to an ECMAScript object as defined in - [[WebIDL]] to the contents of the [[|slot|]] + [[WebIDL]] to the contents of the [[slot]] internal slot of |object|.
  2. - Return the contents of the [[|slot|_cached]] internal slot of |object|. + Return the contents of the [[slot_cached]] internal slot of |object|.