mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Edits dom/bindings/DESIGN.md
This corrects and improves the dom/bindings/DESIGN.md document and also corrects a grammatical error in a tests/reftest.rs message.
This commit is contained in:
parent
b86344b697
commit
8b727e3680
2 changed files with 17 additions and 17 deletions
|
@ -263,7 +263,7 @@ fn check_reftest(reftest: Reftest) {
|
|||
let right_all_white = right_bytes.iter().all(|&p| p == 255);
|
||||
|
||||
if left_all_white && right_all_white {
|
||||
fail!("Both rendering are empty")
|
||||
fail!("Both renderings are empty")
|
||||
}
|
||||
|
||||
let pixels = left_bytes.iter().zip(right_bytes.iter()).map(|(&a, &b)| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue