Skip to content

Commit 9347c67

Browse files
committed
[css2] Whoops, grammar fix
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401623
1 parent e0a0768 commit 9347c67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/selector.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.49 1998-05-03 01:05:09 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 2.50 1998-05-03 01:08:49 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -265,7 +265,7 @@ DIV OL&gt;LI P
265265
<P>It matches a P element that is a descendant of an LI; the LI element
266266
must be the child of an OL element; the OL element must be a
267267
descendant of a DIV. Notice that the optional whitespace around
268-
the "&gt;" combinator have been left out.
268+
the "&gt;" combinator has been left out.
269269
</div>
270270

271271
<P>For information on selecting the first child of an element, please

0 commit comments

Comments
 (0)