From cca1cdf9b3dabd2be7e6ce5f5f39ea8d0f99378a Mon Sep 17 00:00:00 2001 From: zhongwuzw Date: Mon, 4 Feb 2019 07:59:08 -0800 Subject: [PATCH] Fix typo of startSurface comments (#23264) Summary: N/A [iOS] [Fixed] - Fix typo of startSurface comments Pull Request resolved: https://github.com/facebook/react-native/pull/23264 Differential Revision: D13941762 Pulled By: cpojer fbshipit-source-id: 9ec3ef767e46428c6a67553c3275fb7b7cea16eb --- ReactCommon/fabric/uimanager/UIManagerBinding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/fabric/uimanager/UIManagerBinding.h b/ReactCommon/fabric/uimanager/UIManagerBinding.h index b74f5d2c8..1c95c6e1c 100644 --- a/ReactCommon/fabric/uimanager/UIManagerBinding.h +++ b/ReactCommon/fabric/uimanager/UIManagerBinding.h @@ -26,7 +26,7 @@ class UIManagerBinding : public jsi::HostObject { UIManagerBinding(std::unique_ptr uiManager); /* - * Stops React Native Surface with given id, moduleName, and props. + * Starts React Native Surface with given id, moduleName, and props. * Thread synchronization must be enforced externally. */ void startSurface(