Fix link (branch master was renamed to main): 

master -> main
This commit is contained in:
Konstantin Popov
2021-09-12 11:09:53 -04:00
committed by GitHub
parent e73911e715
commit 86c7ca70a9
+1 -1
View File
@@ -7,7 +7,7 @@
* @flow
*/
// Keep in sync with https://github.com/facebook/flow/blob/master/lib/react.js
// Keep in sync with https://github.com/facebook/flow/blob/main/lib/react.js
export type StatelessFunctionalComponent<
P,
> = React$StatelessFunctionalComponent<P>;