Skip to content

Commit

Permalink
Update link to flow (#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
e-hosseini and e-hosseini committed Jul 13, 2021
1 parent b03293f commit 464f275
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 464f275

Please sign in to comment.