Skip to content

Commit 86c7ca7

Browse files
authored
Fix link (#22296)
Fix link (branch master was renamed to main): master -> main
1 parent e73911e commit 86c7ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @flow
88
*/
99

10-
// Keep in sync with https://github.com/facebook/flow/blob/master/lib/react.js
10+
// Keep in sync with https://github.com/facebook/flow/blob/main/lib/react.js
1111
export type StatelessFunctionalComponent<
1212
P,
1313
> = React$StatelessFunctionalComponent<P>;

0 commit comments

Comments
 (0)