Unverified Commit dcd2170d authored by Justin McCandless's avatar Justin McCandless Committed by GitHub

Fix typos in scale gesture recognizer docs (#117116)

Just two small typo fixes.
parent 47300e0a
...@@ -268,9 +268,10 @@ class _LineBetweenPointers { ...@@ -268,9 +268,10 @@ class _LineBetweenPointers {
/// ///
/// [ScaleGestureRecognizer] tracks the pointers in contact with the screen and /// [ScaleGestureRecognizer] tracks the pointers in contact with the screen and
/// calculates their focal point, indicated scale, and rotation. When a focal /// calculates their focal point, indicated scale, and rotation. When a focal
/// pointer is established, the recognizer calls [onStart]. As the focal point, /// point is established, the recognizer calls [onStart]. As the focal point,
/// scale, rotation change, the recognizer calls [onUpdate]. When the pointers /// scale, and rotation change, the recognizer calls [onUpdate]. When the
/// are no longer in contact with the screen, the recognizer calls [onEnd]. /// pointers are no longer in contact with the screen, the recognizer calls
/// [onEnd].
class ScaleGestureRecognizer extends OneSequenceGestureRecognizer { class ScaleGestureRecognizer extends OneSequenceGestureRecognizer {
/// Create a gesture recognizer for interactions intended for scaling content. /// Create a gesture recognizer for interactions intended for scaling content.
/// ///
......
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