Skip to content

Commit

Permalink
Correct identifier passed to StringContext attribute (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Jan 11, 2024
1 parent 2b089c8 commit a6096d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ for the specific requirements that the use of [{{StringContext}}] entails.

<pre highlight="webidl">
interface Document {
undefined write([StringContext=html] DOMString... text);
undefined write([StringContext=TrustedHTML] DOMString... text);
};
</pre>
</div>
Expand Down

0 comments on commit a6096d7

Please sign in to comment.