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
This commit is contained in:
zhongwuzw 2019-02-04 07:59:08 -08:00 committed by Facebook Github Bot
parent 58437cd10a
commit cca1cdf9b3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class UIManagerBinding : public jsi::HostObject {
UIManagerBinding(std::unique_ptr<UIManager> 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(