Skip to content

Commit 2f47e49

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

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
@@ -363,7 +363,7 @@ The <dfn method for="SFrameEncrypterKeyManager">setEncryptionKey(|key|, |keyID|)
363363
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.
364364
1. Set |this|.`[[currentKeyId]]` to |keyId|.
365365
1. [=In parallel=], run the following steps:
366-
1. Set |key| and |keyID| as key material to use for the SFrame transform encryption algorithm, as defined by [[RFC9605]].
366+
1. Set the SFrame transform encryption algorithm's key material to |key| and |keyID|, as defined by [[RFC9605]].
367367
1. If setting the key material fails, [=queue a task=] to [=reject=] |promise| with an {{InvalidModificationError}} exception and abort these steps.
368368
1. [=Queue a task=] to [=resolve=] |promise| with undefined.
369369
1. Return |promise|.

0 commit comments

Comments
 (0)