Skip to content

Commit d264cfc

Browse files
authored
Merge pull request w3c#1456 from Loirooriol/patch-4
[css-display] Typo: "it not" -> "it is not"
2 parents feaed4f + c2f0965 commit d264cfc

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)