Skip to content

Commit ecaa843

Browse files
committed
Merge pull request #36 from ebruchez/patch-1
Fix for consistency with other uses of `bar`
2 parents 28dee24 + 4c0e1a1 commit ecaa843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Selectors Overview</h2>
174174
<tr>
175175
<td><code>E[foo^="bar"]</code>
176176
<td>an E element whose <code>foo</code> attribute value
177-
begins exactly with the string "bar"
177+
begins exactly with the string <code>bar</code>
178178
<td>[[#attribute-substrings]]
179179
<td>3
180180
<tr>

0 commit comments

Comments
 (0)