Skip to content

Commit 3d9a3b7

Browse files
mrousavyfacebook-github-bot
authored andcommitted
fix: Add missing space in method documentation (facebook#35303)
Summary: probably the smallest PR I ever submitted, but it was bothering me lol There was a missing space in the method doc. ## Changelog Add space to the method doc <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [iOS] [Fixed] - Add missing space in method documentation comment Pull Request resolved: facebook#35303 Reviewed By: jacdebug Differential Revision: D41182765 Pulled By: cipolleschi fbshipit-source-id: ebe5d56072137547e543a312c66cc3234142db13
1 parent 8a59153 commit 3d9a3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/ios/HelloWorld/AppDelegate.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
1919
#endif
2020
}
2121

22-
/// This method controls whether the `concurrentRoot`feature of React18 is turned on or off.
22+
/// This method controls whether the `concurrentRoot` feature of React18 is turned on or off.
2323
///
2424
/// @see: https://reactjs.org/blog/2022/03/29/react-v18.html
2525
/// @note: This requires to be rendering on Fabric (i.e. on the New Architecture).

0 commit comments

Comments
 (0)