Skip to content

Commit 64d3937

Browse files
Fix minor typo in doc of window.dart (flutter#137483)
1 parent e7726ea commit 64d3937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_test/lib/src/window.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class TestPlatformDispatcher implements PlatformDispatcher {
259259
set onPlatformBrightnessChanged(VoidCallback? callback) {
260260
_platformDispatcher.onPlatformBrightnessChanged = callback;
261261
}
262-
/// Hides the real text scale factor and reports the given
262+
/// Hides the real platform brightness and reports the given
263263
/// [platformBrightnessTestValue] instead.
264264
set platformBrightnessTestValue(Brightness platformBrightnessTestValue) { // ignore: avoid_setters_without_getters
265265
_platformBrightnessTestValue = platformBrightnessTestValue;

0 commit comments

Comments
 (0)