Skip to content

Commit b7f8ec6

Browse files
zoechiabarth
authored andcommitted
Copy-paste error in documentation of StatefulWidget (flutter#6923)
1 parent d9a0de3 commit b7f8ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ abstract class StatelessWidget extends Widget {
502502
/// description of the user interface is fully concrete (e.g., consists
503503
/// entirely of [RenderObjectWidget]s, which describe concrete [RenderObject]s).
504504
///
505-
/// Stateless widget are useful when the part of the user interface you are
505+
/// Stateful widget are useful when the part of the user interface you are
506506
/// describing can change dynamically, e.g. due to having an internal
507507
/// clock-driven state, or depending on some system state. For compositions that
508508
/// depend only on the configuration information in the object itself and the

0 commit comments

Comments
 (0)