Skip to content

Commit

Permalink
Fix docs in ModalHostView headers
Browse files Browse the repository at this point in the history
Summary:
Copy-paste error

Changelog: [Internal]

Reviewed By: genkikondo

Differential Revision: D34077530

fbshipit-source-id: 04ab17ba9308762361d993b7ed1b372af400b8d1
  • Loading branch information
javache authored and facebook-github-bot committed Feb 9, 2022
1 parent 97064ae commit a75bbe7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace facebook {
namespace react {

/*
* Descriptor for <BottomSheet> component.
* Descriptor for <ModalHostView> component.
*/

class ModalHostViewComponentDescriptor final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace react {
extern const char ModalHostViewComponentName[];

/*
* `ShadowNode` for <Slider> component.
* `ShadowNode` for <ModalHostView> component.
*/
class ModalHostViewShadowNode final : public ConcreteViewShadowNode<
ModalHostViewComponentName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace facebook {
namespace react {

/*
* State for <BottomSheetView> component.
* State for <ModalHostView> component.
*/
class ModalHostViewState final {
public:
Expand Down

0 comments on commit a75bbe7

Please sign in to comment.