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:
Gilles Leblanc 2014-10-17 23:05:01 -04:00
parent b86344b697
commit 8b727e3680
2 changed files with 17 additions and 17 deletions

View file

@ -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)| {