Skip to content

Commit 30caf88

Browse files
committed
[cssom] Typo
1 parent c202863 commit 30caf88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ by the concatenation of, for each character of the identifier:
190190

191191
<ul>
192192
<li>If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD)
193-
<a>escaped as a code point</a>.
193+
<a>escaped as code point</a>.
194194
<li>If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, then the character
195195
<a>escaped as code point</a>.
196196
<li>If the character is the first character and is in the range \[0-9]
@@ -219,7 +219,7 @@ below to each character of the given string, followed by
219219

220220
<ul>
221221
<li>If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD)
222-
<a>escaped as a code point</a>.
222+
<a>escaped as code point</a>.
223223
<li>If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, the character
224224
<a>escaped as code point</a>.
225225
<li>If the character is '"' (U+0022) or "<code>\</code>"

0 commit comments

Comments
 (0)