Skip to content

Commit

Permalink
Update link to flow
Browse files Browse the repository at this point in the history
`main` branch does not exist in the `flow` project and it is `master`.
  • Loading branch information
e-hosseini authored Jul 13, 2021
1 parent a4ecd85 commit 676d6a9
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 676d6a9

Please sign in to comment.