From 676d6a96414e5fb2aa0cb289641352b219c7173f Mon Sep 17 00:00:00 2001 From: Ehsan Hosseini <53467610+dh-hosseini@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:50:48 +0200 Subject: [PATCH] Update link to flow `main` branch does not exist in the `flow` project and it is `master`. --- packages/react/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/index.js b/packages/react/index.js index 890b06084738a..247d17ec01b8d 100644 --- a/packages/react/index.js +++ b/packages/react/index.js @@ -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
;