Skip to content

Commit 5bca503

Browse files
youennfjan-ivar
andauthored
Update index.bs
Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
1 parent c85c298 commit 5bca503

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
@@ -378,7 +378,7 @@ The <dfn method for="SFrameDecrypterKeyManager">addDecryptionKey(|key|, |keyID|)
378378
1. [=Resolve=] |promise| with undefined.
379379
1. Return |promise|.
380380

381-
The <dfn method for="SFrameDecrypterKeyManager">removeEncryptionKey(|key|, |keyID|)</dfn> method steps are:
381+
The <dfn method for="SFrameDecrypterKeyManager">removeDecryptionKey(|key|, |keyID|)</dfn> method steps are:
382382
1. Let |promise| be [=a new promise=].
383383
1. If |keyID| is a {{bigint}} which cannot be represented as a integer between 0 and 2<sup>64</sup>-1 inclusive, [=reject=] |promise| with a {{RangeError}} exception, and abort these steps.
384384
1. [=In parallel=], run the following steps:

0 commit comments

Comments
 (0)