Skip to content

Commit 737c7a2

Browse files
Djuffinjyasskin
andauthored
change assert type
Co-authored-by: Jeffrey Yasskin <[email protected]>
1 parent 9b8238a commit 737c7a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4213,8 +4213,7 @@
42134213
9. Return |combinedLayout|.
42144214

42154215
: <dfn>Convert PredefinedColorSpace to VideoColorSpace</dfn> (with |colorSpace|)
4216-
:: 1. This algorithm <em class="rfc2119">MUST</em> be called only if |colorSpace|
4217-
is equal to one of {{srgb}}, {{display-p3}}.
4216+
:: 1. Assert: |colorSpace| is equal to one of {{srgb}} or {{display-p3}}.
42184217
2. If |colorSpace| is equal to {{srgb}} return a new instance of the
42194218
[=sRGB Color Space=]
42204219
3. If |colorSpace| is equal to {{display-p3}} return a new instance of the

0 commit comments

Comments
 (0)