Skip to content

Commit 28d57a9

Browse files
committed
fix whitespace
1 parent 13a1d14 commit 28d57a9

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
@@ -267,7 +267,7 @@ The <dfn method for="SFrameTransform">setEncryptionKey(|key|, |keyID|)</dfn> met
267267
1. Let |promise| be [=a new promise=].
268268
2. [=In parallel=], run the following steps:
269269
1. Set |key| with its optional |keyID| as key material to use for the SFrame transform algorithm, as defined by the <a href="https://datatracker.ietf.org/doc/draft-omara-sframe/">SFrame specification</a>.
270-
2. If setting the key material fails, [=Reject=] |promise| with an {{InvalidModificationError}} error and abort these steps.
270+
2. If setting the key material fails, [=Reject=] |promise| with an {{InvalidModificationError}} error and abort these steps.
271271
3. [=Resolve=] |promise| with undefined.
272272
3. Return |promise|.
273273

0 commit comments

Comments
 (0)