Unverified Commit 1d102be7 authored by ka_sh's avatar ka_sh Committed by GitHub

Fixed a very small typo in code comments. (#91498)

parent 6ec3f3b7
...@@ -752,7 +752,7 @@ class SliverChildListDelegate extends SliverChildDelegate { ...@@ -752,7 +752,7 @@ class SliverChildListDelegate extends SliverChildDelegate {
/// ///
/// * [KeepAlive], which marks whether its child widget should be kept alive. /// * [KeepAlive], which marks whether its child widget should be kept alive.
/// * [SliverChildBuilderDelegate] and [SliverChildListDelegate], slivers /// * [SliverChildBuilderDelegate] and [SliverChildListDelegate], slivers
/// which make usr of the keep alive functionality through the /// which make use of the keep alive functionality through the
/// `addAutomaticKeepAlives` property. /// `addAutomaticKeepAlives` property.
/// * [SliverGrid] and [SliverList], two sliver widgets that are commonly /// * [SliverGrid] and [SliverList], two sliver widgets that are commonly
/// wrapped with [KeepAlive] widgets to preserve their sliver child subtrees. /// wrapped with [KeepAlive] widgets to preserve their sliver child subtrees.
......
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