Skip to content

Commit cca1cdf

Browse files
zhongwuzwfacebook-github-bot
authored andcommitted
Fix typo of startSurface comments (#23264)
Summary: N/A [iOS] [Fixed] - Fix typo of startSurface comments Pull Request resolved: #23264 Differential Revision: D13941762 Pulled By: cpojer fbshipit-source-id: 9ec3ef767e46428c6a67553c3275fb7b7cea16eb
1 parent 58437cd commit cca1cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactCommon/fabric/uimanager/UIManagerBinding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class UIManagerBinding : public jsi::HostObject {
2626
UIManagerBinding(std::unique_ptr<UIManager> uiManager);
2727

2828
/*
29-
* Stops React Native Surface with given id, moduleName, and props.
29+
* Starts React Native Surface with given id, moduleName, and props.
3030
* Thread synchronization must be enforced externally.
3131
*/
3232
void startSurface(

0 commit comments

Comments
 (0)