Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2e31fa9

Browse files
committed
Update image_test.dart
1 parent 1be3dca commit 2e31fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/test/html/image_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Future<Image> _encodeToHtmlThenDecode(
7676
// current Web engine decodes pixel data.
7777
//
7878
// The HTML renderer uses the BMP format to display pixel data, but it used to
79-
// uses a wrong implementation. The bug has been fixed, but the fix breaks apps
79+
// use a wrong implementation. The bug has been fixed, but the fix breaks apps
8080
// that had to provide incorrect data to work around this issue. This function
8181
// is used in the migration guide to assist libraries that would like to run on
8282
// both pre- and post-patch engines by testing the current behavior on a single

0 commit comments

Comments
 (0)