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 {
///
/// * [KeepAlive], which marks whether its child widget should be kept alive.
/// * [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.
/// * [SliverGrid] and [SliverList], two sliver widgets that are commonly
/// 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