Skip to content

Commit dcd2170

Browse files
authored
Fix typos in scale gesture recognizer docs (#117116)
Just two small typo fixes.
1 parent 47300e0 commit dcd2170

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/flutter/lib/src/gestures/scale.dart

+4-3
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,10 @@ class _LineBetweenPointers {
268268
///
269269
/// [ScaleGestureRecognizer] tracks the pointers in contact with the screen and
270270
/// calculates their focal point, indicated scale, and rotation. When a focal
271-
/// pointer is established, the recognizer calls [onStart]. As the focal point,
272-
/// scale, rotation change, the recognizer calls [onUpdate]. When the pointers
273-
/// are no longer in contact with the screen, the recognizer calls [onEnd].
271+
/// point is established, the recognizer calls [onStart]. As the focal point,
272+
/// scale, and rotation change, the recognizer calls [onUpdate]. When the
273+
/// pointers are no longer in contact with the screen, the recognizer calls
274+
/// [onEnd].
274275
class ScaleGestureRecognizer extends OneSequenceGestureRecognizer {
275276
/// Create a gesture recognizer for interactions intended for scaling content.
276277
///

0 commit comments

Comments
 (0)