diff --git a/cocos/ui/UIPageView.h b/cocos/ui/UIPageView.h index ff180ded2f..ae29548bce 100644 --- a/cocos/ui/UIPageView.h +++ b/cocos/ui/UIPageView.h @@ -92,7 +92,7 @@ public: void addPage(Layout* page); /** - * Inert a page to pageview. + * Insert a page to pageview. * * @param page page to be added to pageview. */ @@ -150,7 +150,7 @@ public: * * @see LayoutType * - * @param LayoutType + * @param type LayoutType */ virtual void setLayoutType(Type type) override{};