From fb22efa231a91623df2c44d7532d145c86645d87 Mon Sep 17 00:00:00 2001 From: Adrian Samoticha Date: Sat, 12 Aug 2023 20:47:47 +0200 Subject: [PATCH] fix grammatical error in debug print message --- lib/src/utils.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index 18c42a97..57e980a7 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -276,7 +276,7 @@ class AccentColorListener { debugPrint( 'Warning: Falling back on slow accent color resolution. It’s possible ' 'that the accent colors have changed in a recent version of macOS, thus ' - 'invalidating macos_ui’s accent colors, which were captured in macOS ' + 'invalidating macos_ui’s accent colors, which were captured on macOS ' 'Ventura. If you see this message, please notify a maintainer of the ' 'macos_ui package.', );