Skip to content

Commit aa7dbe8

Browse files
authored
Merge pull request #562 from relu91/fix/issue-540
Fix issue 540
2 parents 38c8e91 + d974fbf commit aa7dbe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ <h3>The <dfn>observeProperty()</dfn> method</h3>
18601860
with a {{TypeError}} and stop.
18611861
</li>
18621862
<li>
1863-
If |thing|.{{ConsumedThing/[[activeObservations]]}}[|propertyName|] [=map/exists], [=reject=] |promise| with a {{NotAllowedError}} and stop.
1863+
If |thing|.{{ConsumedThing/[[activeObservations]]}}[|propertyName|] [=map/exists=], [=reject=] |promise| with a {{NotAllowedError}} and stop.
18641864
</li>
18651865
<li>
18661866
Let |subscription| be a new {{Subscription}} object with its <a>internal slots</a>
@@ -2045,7 +2045,7 @@ <h3>The <dfn>subscribeEvent()</dfn> method</h3>
20452045
with a {{TypeError}} and stop.
20462046
</li>
20472047
<li>
2048-
If |thing|.{{ConsumedThing/[[activeSubscriptions]]}}[|eventName|] does not [=map/exist=], [=reject=] |promise| with a {{NotAllowedError}} and stop.
2048+
If |thing|.{{ConsumedThing/[[activeSubscriptions]]}}[|eventName|] [=map/exists=], [=reject=] |promise| with a {{NotAllowedError}} and stop.
20492049
</li>
20502050
<li>
20512051
Let |subscription| be a new {{Subscription}} object with its <a>internal slots</a>

0 commit comments

Comments
 (0)