Unverified Commit b3393914 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Fix typo (#96195)

parent 88ded730
...@@ -688,7 +688,7 @@ abstract class StatelessWidget extends Widget { ...@@ -688,7 +688,7 @@ abstract class StatelessWidget extends Widget {
/// ///
/// This is a skeleton of a stateful widget subclass called `YellowBird`. /// This is a skeleton of a stateful widget subclass called `YellowBird`.
/// ///
/// In this example. the [State] has no actual state. State is normally /// In this example, the [State] has no actual state. State is normally
/// represented as private member fields. Also, normally widgets have more /// represented as private member fields. Also, normally widgets have more
/// constructor arguments, each of which corresponds to a `final` property. /// constructor arguments, each of which corresponds to a `final` property.
/// ///
......
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