From a2bc0d4859d63c836f871b072659f423a35e2cd4 Mon Sep 17 00:00:00 2001 From: Neo Kim Date: Sun, 20 Sep 2015 23:39:41 +0900 Subject: [PATCH] ScrollViewBar - Change wording in comment. --- cocos/ui/UIScrollViewBar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cocos/ui/UIScrollViewBar.h b/cocos/ui/UIScrollViewBar.h index 8b466466da..f0120a04f8 100644 --- a/cocos/ui/UIScrollViewBar.h +++ b/cocos/ui/UIScrollViewBar.h @@ -59,8 +59,8 @@ public: virtual ~ScrollViewBar(); /** - * Create a ScrollView with its parent ScrollView and direction. - * @return A ScrollViewBar instance. + * Create a scroll bar with its parent scroll view and direction. + * @return A scroll bar instance. */ static ScrollViewBar* create(ScrollView* parent, ScrollView::Direction direction);