Skip to content

Commit 307701c

Browse files
Fix typo in WebIDL
missing HTML escape
1 parent 157c17d commit 307701c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-font-loading/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ The FontFaceSet Interface
454454
callback ForEachCallback = void (FontFace font, long index, FontFaceSet self);
455455

456456
[Exposed=Window,Worker,
457-
Constructor(sequence<FontFace> initialFaces)]
457+
Constructor(sequence<FontFace> initialFaces)]
458458
interface FontFaceSet : EventTarget {
459459
// FontFaceSet is Set-like!
460460
setlike<FontFace>;

0 commit comments

Comments
 (0)