Skip to content

Commit

Permalink
Minor documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrous26 committed Feb 9, 2015
1 parent 50b19e5 commit 8d76c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/mouse/mouse.c
Expand Up @@ -829,12 +829,12 @@ rb_mouse_swipe(const int argc, VALUE* const argv, UNUSED const VALUE self)
* @overload pinch(direction, magnification, point)
* @param direction [Symbol]
* @param magnification [Float]
* @param point [CGPoint]
* @param point [CGPoint,#to_point]
* @return [CGPoint]
* @overload pinch(direction, magnification, point, duration)
* @param direction [Symbol]
* @param magnification [Float]
* @param point [CGPoint]
* @param point [CGPoint,#to_point]
* @param duration [Float]
* @return [CGPoint]
*/
Expand Down

0 comments on commit 8d76c19

Please sign in to comment.