Skip to content

Commit 352a060

Browse files
authored
Fix comment (#138973)
A documentation tiny fix of the comment for `WidgetsBindingObserver`.
1 parent f3c84ce commit 352a060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/widgets/binding.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export 'dart:ui' show AppLifecycleState, Locale;
3333
/// settings. It is used to implement features such as [MediaQuery].
3434
///
3535
/// This class can be extended directly, or mixed in, to get default behaviors
36-
/// for all of the handlers. Alternatively it can can be used with the
36+
/// for all of the handlers. Alternatively it can be used with the
3737
/// `implements` keyword, in which case all the handlers must be implemented
3838
/// (and the analyzer will list those that have been omitted).
3939
///

0 commit comments

Comments
 (0)