Skip to content

Commit 1a2a431

Browse files
committed
Fix [[|slot|_cached]] syntax
1 parent 6a29f17 commit 1a2a431

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -775,25 +775,25 @@ <h2>Terminology</h2>
775775
</p>
776776
<p>
777777
When this specification refers to the <dfn id="concept-cached-object">cached ECMAScript
778-
object</dfn> associated with an internal slot [[|slot|]] of |object|,
778+
object</dfn> associated with an internal slot [[<var>slot</var>]] of |object|,
779779
the user agent must run the following steps:
780780
</p>
781781
<ol>
782782
<li>
783783
<dl class="switch">
784784
<dt>
785-
If the [[|slot|_cached]] internal slot of |object| is undefined:
785+
If the [[<var>slot</var>_cached]] internal slot of |object| is undefined:
786786
</dt>
787787
<dd>
788-
Set the [[|slot|_cached]] internal slot of |object| to the result
788+
Set the [[<var>slot</var>_cached]] internal slot of |object| to the result
789789
of performing type conversion to an ECMAScript object as defined in
790-
[[WebIDL]] to the contents of the [[|slot|]]
790+
[[WebIDL]] to the contents of the [[<var>slot</var>]]
791791
internal slot of |object|.
792792
</dd>
793793
</dl>
794794
</li>
795795
<li>
796-
Return the contents of the [[|slot|_cached]] internal slot of |object|.
796+
Return the contents of the [[<var>slot</var>_cached]] internal slot of |object|.
797797
</li>
798798
</ol>
799799
</section>

0 commit comments

Comments
 (0)