ScrollViewBar - Change wording in comment.

This commit is contained in:
Neo Kim 2015-09-20 23:39:41 +09:00
parent b9a4449494
commit a2bc0d4859
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ public:
virtual ~ScrollViewBar(); virtual ~ScrollViewBar();
/** /**
* Create a ScrollView with its parent ScrollView and direction. * Create a scroll bar with its parent scroll view and direction.
* @return A ScrollViewBar instance. * @return A scroll bar instance.
*/ */
static ScrollViewBar* create(ScrollView* parent, ScrollView::Direction direction); static ScrollViewBar* create(ScrollView* parent, ScrollView::Direction direction);