Skip to content

Commit 1d46287

Browse files
authored
Update index.bs
1 parent 4add3b1 commit 1d46287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The <dfn>processorPull</dfn> algorithm is given a |processor| as input. It is de
187187
The <dfn>maybeReadFrame</dfn> algorithm is given a |processor| as input. It is defined by the following steps:
188188
1. If |processor|.`[[queue]]` is [=queue/empty=], abort these steps.
189189
1. If |processor|.`[[numPendingReads]]` equals zero, abort these steps.
190-
1. Let |frame| be the result of [=queue/Dequeueing=] a frame media data from |processor|.`[[queue]]`.
190+
1. Let |frame| be the result of [=queue/dequeueing=] a frame media data from |processor|.`[[queue]]`.
191191
1. [=ReadableStream/Enqueue=] |frame| in |processor|.{{MediaStreamTrackProcessor/readable}}.
192192
1. Decrement |processor|.`[[numPendingReads]]` by 1.
193193
1. Go to step 1.

0 commit comments

Comments
 (0)