doc: corrected subclass vs. child reference for the recycleview

This commit is contained in:
Zen-CODE 2016-07-30 15:00:41 +02:00
parent 7054322185
commit 0ce5f9d833
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ the RecycleView.
A layout manager is automatically added as a layout manager when added as the
child of the RecycleView. Similarly when removed. A requirement is that the
layout manager must be a subclass of the RecycleView so the view port can be
layout manager must be a child of the RecycleView so the view port can be
found.
A minimal example might look something like this::