Unverified Commit 354ab0ce authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Add missing word in dartdoc for StatelessWidget (#12879)

parent e064d6cb
...@@ -626,9 +626,9 @@ abstract class StatelessWidget extends Widget { ...@@ -626,9 +626,9 @@ abstract class StatelessWidget extends Widget {
/// The given [BuildContext] contains information about the location in the /// The given [BuildContext] contains information about the location in the
/// tree at which this widget is being built. For example, the context /// tree at which this widget is being built. For example, the context
/// provides the set of inherited widgets for this location in the tree. A /// provides the set of inherited widgets for this location in the tree. A
/// given widget might be with multiple different [BuildContext] arguments /// given widget might be built with multiple different [BuildContext]
/// over time if the widget is moved around the tree or if the widget is /// arguments over time if the widget is moved around the tree or if the
/// inserted into the tree in multiple places at once. /// widget is inserted into the tree in multiple places at once.
/// ///
/// The implementation of this method must only depend on: /// The implementation of this method must only depend on:
/// ///
......
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