Skip to content

Commit dfcea38

Browse files
youennfhoch
authored andcommitted
promise var improvement
1 parent cda1c7a commit dfcea38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ Methods</h4>
20142014
1. Clear {{AudioContext/[[pending resume promises]]}}. Additionally, remove those
20152015
promises from {{BaseAudioContext/[[pending promises]]}}.
20162016

2017-
2. Resolve <em>promise</em>.
2017+
2. Resolve <var>promise</var>.
20182018

20192019
3. If the {{BaseAudioContext/state}} attribute of the {{AudioContext}} is not already "{{AudioContextState/running}}":
20202020

@@ -2085,7 +2085,7 @@ Methods</h4>
20852085
3. <a href="https://html.spec.whatwg.org/multipage/media.html#queue-a-media-element-task">
20862086
queue a media element task</a> to execute the following steps:
20872087

2088-
1. Resolve <em>promise</em>.
2088+
1. Resolve <var>promise</var>.
20892089

20902090
2. If the {{BaseAudioContext/state}}
20912091
attribute of the {{AudioContext}} is not already "{{AudioContextState/suspended}}":

0 commit comments

Comments
 (0)