Skip to content

Commit

Permalink
Update link to flow (facebook#21862)
Browse files Browse the repository at this point in the history
`main` branch does not exist in the `flow` project and it is `master`.

Co-authored-by: Ehsan Hosseini <53467610+dh-hosseini@users.noreply.github.com>
  • Loading branch information
2 people authored and zhengjitf committed Apr 15, 2022
1 parent 4ac4be1 commit b5e8b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @flow
*/

// Keep in sync with https://github.com/facebook/flow/blob/main/lib/react.js
// Keep in sync with https://github.com/facebook/flow/blob/master/lib/react.js
export type StatelessFunctionalComponent<
P,
> = React$StatelessFunctionalComponent<P>;
Expand Down

0 comments on commit b5e8b89

Please sign in to comment.