mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix spelling mistakes in comments.
This commit is contained in:
parent
9f8dda7abc
commit
c254d195ad
24 changed files with 42 additions and 42 deletions
|
@ -237,7 +237,7 @@ impl Floats {
|
|||
|
||||
// FIXME(eatkinson): This assertion is too strong and fails in some cases. It is OK to
|
||||
// return negative inline-sizes since we check against that inline-end away, but we should
|
||||
// still undersrtand why they occur and add a stronger assertion here.
|
||||
// still understand why they occur and add a stronger assertion here.
|
||||
// assert!(max_inline-start < min_inline-end);
|
||||
|
||||
assert!(block_start <= block_end, "Float position error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue