Skip to content

Commit 0ef2173

Browse files
authored
Merge pull request #579 from Keboo/patch-2
Update pullgesturerecognizer.md
2 parents 9d26a46 + 3b18e72 commit 0ef2173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/gestures/pullgesturerecognizer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This defines the direction of the pull. There are 4 available values;
3333
* `PullDirection.TopToBottom` : Pull starts from the top edge and moves towards the buttom
3434
* `PullDirection.BottomToTop` : Pull starts from the bottom edge and moves towards the top
3535
* `PullDirection.LeftToRight` : Pull starts from the left edge and moves towards the right
36-
* `PullDirection.RightToLeft` : Pull starts from the right edge and moves towards the top
36+
* `PullDirection.RightToLeft` : Pull starts from the right edge and moves towards the left
3737

3838
## Useful Properties
3939

0 commit comments

Comments
 (0)