Skip to content

Commit ec0a7ae

Browse files
committed
Minor comment change
1 parent 7be9c8c commit ec0a7ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-gesture-handler/src/components/gestureHandlerRootHOC.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import GestureHandlerRootView from './GestureHandlerRootView';
55

66
/**
77
* @deprecated `gestureHandlerRootHOC` is deprecated and will be removed in the future version of Gesture Handler.
8-
* Use `GestureHandlerRootView` instead.
8+
* Use `GestureHandlerRootView` directly instead.
99
*/
1010
export default function gestureHandlerRootHOC<P extends object>(
1111
Component: React.ComponentType<P>,

0 commit comments

Comments
 (0)