Skip to content

Commit 33d1435

Browse files
authored
De-dupe docs (#101934)
1 parent ae805de commit 33d1435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ class _OverflowRegionData {
8585
///
8686
/// See also:
8787
///
88-
/// * [RenderConstraintsTransformBox], [RenderConstraintsTransformBox], and
89-
/// [RenderFlex] for examples of classes that use this indicator mixin.
88+
/// * [RenderConstraintsTransformBox] and [RenderFlex] for examples of classes
89+
/// that use this indicator mixin.
9090
mixin DebugOverflowIndicatorMixin on RenderObject {
9191
static const Color _black = Color(0xBF000000);
9292
static const Color _yellow = Color(0xBFFFFF00);

0 commit comments

Comments
 (0)