Skip to content

Commit

Permalink
fix invalid character in docstring preview
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Oct 1, 2024
1 parent b93ec82 commit 449fa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ReanimatedSwipeable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export interface SwipeableProps
/**
* `progress`: Equals `0` when action is closed, `1` when action is opened, linearly increases to `Infinity` as `swipeable` overshoots it's open position.\
* `translation`: a horizontal offset of the `swipeable` relative to its closed position.\
* `swipeableMethods`: provides an object exposing methods for controlling the `swipeable`.\
* `swipeableMethods`: provides an object exposing methods for controlling the `swipeable`.
*
* To support `rtl` flexbox layouts use `flexDirection` styling.
* */
Expand All @@ -159,7 +159,7 @@ export interface SwipeableProps
/**
* `progress`: Equals `0` when action is closed, `1` when action is opened, linearly increases to `Infinity` as `swipeable` overshoots it's open position.\
* `translation`: a horizontal offset of the `swipeable` relative to its closed position.\
* `swipeableMethods`: provides an object exposing methods for controlling the `swipeable`.\
* `swipeableMethods`: provides an object exposing methods for controlling the `swipeable`.
*
* To support `rtl` flexbox layouts use `flexDirection` styling.
* */
Expand Down

0 comments on commit 449fa48

Please sign in to comment.