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();
/**
* 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);