Skip to content

Commit eae421e

Browse files
authored
[documentation] remove repeated "For example," in RenderSliverEdgeInsetsPadding documentation (flutter#135297)
There was a repeated "For example," in the documentation of `RenderSliverEdgeInsetsPadding`. This PR fix this.
1 parent 851497f commit eae421e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/rendering/sliver_padding.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import 'sliver.dart';
1818
///
1919
/// {@template flutter.rendering.RenderSliverEdgeInsetsPadding}
2020
/// Applying padding in the main extent of the viewport to slivers that have scroll effects is likely to have
21-
/// undesired effects. For example, For example, wrapping a [SliverPersistentHeader] with
21+
/// undesired effects. For example, wrapping a [SliverPersistentHeader] with
2222
/// `pinned:true` will cause only the appbar to stay pinned while the padding will scroll away.
2323
/// {@endtemplate}
2424
abstract class RenderSliverEdgeInsetsPadding extends RenderSliver with RenderObjectWithChildMixin<RenderSliver> {

0 commit comments

Comments
 (0)