Skip to content

Commit f984623

Browse files
committed
[css-namespaces-3] add a missing space
1 parent b08b809 commit f984623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-namespaces-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ CSS Qualified Names</h2>
232232
To form a qualified name in CSS syntax,
233233
a namespace prefix that has been declared within scope is prepended to a local name
234234
(such as an element or attribute name),
235-
separated by a "vertical bar"(<code>|</code>, U+007C).
235+
separated by a "vertical bar" (<code>|</code>, U+007C).
236236
The prefix, representing the namespace for which it has been declared,
237237
indicates the namespace of the local name.
238238
The prefix of a qualified name may be omitted to indicate that the name belongs to no namespace,

0 commit comments

Comments
 (0)