Skip to content

Commit c1ef3a6

Browse files
dontcallmedomtabatkins
authored andcommitted
Fix typo in WebIDL (#257)
missing HTML escape
1 parent 9d5ee04 commit c1ef3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-font-loading/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ The <code>FontFaceSet</code> Interface</h2>
454454
callback ForEachCallback = void (FontFace font, long index, FontFaceSet self);
455455

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

0 commit comments

Comments
 (0)