Skip to content

Commit

Permalink
Fix typo of startSurface comments (facebook#23264)
Browse files Browse the repository at this point in the history
Summary:
N/A

[iOS] [Fixed] - Fix typo of startSurface comments
Pull Request resolved: facebook#23264

Differential Revision: D13941762

Pulled By: cpojer

fbshipit-source-id: 9ec3ef767e46428c6a67553c3275fb7b7cea16eb
  • Loading branch information
zhongwuzw authored and facebook-github-bot committed Feb 4, 2019
1 parent 6f33d62 commit 2f4ac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/fabric/uimanager/UIManagerBinding.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2f4ac16

Please sign in to comment.