Commit b7f8ec66 authored by Günter Zöchbauer's avatar Günter Zöchbauer Committed by Adam Barth

Copy-paste error in documentation of StatefulWidget (#6923)

parent d9a0de37
......@@ -502,7 +502,7 @@ abstract class StatelessWidget extends Widget {
/// description of the user interface is fully concrete (e.g., consists
/// entirely of [RenderObjectWidget]s, which describe concrete [RenderObject]s).
///
/// Stateless widget are useful when the part of the user interface you are
/// Stateful widget are useful when the part of the user interface you are
/// describing can change dynamically, e.g. due to having an internal
/// clock-driven state, or depending on some system state. For compositions that
/// depend only on the configuration information in the object itself and the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment