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:
parent
58437cd10a
commit
cca1cdf9b3
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue