Skip to content

Commit c2f0965

Browse files
author
Loirooriol
authored
[css-display] Typo: "it not" -> "it is not"
1 parent feaed4f commit c2f0965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ Appendix A: Glossary</h2>
979979
<dd>
980980
A box is <a>out-of-flow</a> if it is floated (via 'float')
981981
or absolutely-positioned (via ''absolute'' or ''position/fixed'' positioning).
982-
A box is <a>in-flow</a> if it not <a>out-of-flow</a>.
982+
A box is <a>in-flow</a> if it is not <a>out-of-flow</a>.
983983

984984
Note: some formatting contexts inhibit floating,
985985
so that an element with ''float: left'' is not necessarily <a>out-of-flow</a>.

0 commit comments

Comments
 (0)