diff options
Diffstat (limited to 'tests/src/run.rs')
| -rw-r--r-- | tests/src/run.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/run.rs b/tests/src/run.rs index f356f0d0..b09b3eaf 100644 --- a/tests/src/run.rs +++ b/tests/src/run.rs @@ -431,7 +431,7 @@ fn skippable_frame(frame: &Frame) -> bool { }) } -/// Whether to pixel images are approximately equal. +/// Whether two pixel images are approximately equal. fn approx_equal(a: &sk::Pixmap, b: &sk::Pixmap) -> bool { a.width() == b.width() && a.height() == b.height() |
