From fbafe64fd7fa10d18375afeba954aea1e62a491e Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 20 Feb 2019 09:57:42 -0800 Subject: [PATCH] Fix 'to to' (#28216) --- packages/flutter/lib/src/material/slider_theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/slider_theme.dart b/packages/flutter/lib/src/material/slider_theme.dart index 593d7509ca9..c4e0b07793f 100644 --- a/packages/flutter/lib/src/material/slider_theme.dart +++ b/packages/flutter/lib/src/material/slider_theme.dart @@ -369,7 +369,7 @@ class SliderThemeData extends Diagnosticable { /// The shape that will be used to draw the [Slider]'s track. /// - /// The [SliderTrackShape.getPreferredRect] method is used to to map + /// The [SliderTrackShape.getPreferredRect] method is used to map /// slider-relative gesture coordinates to the correct thumb position on the /// track. It is also used to horizontally position tick marks, when he slider /// is discrete.