API docs: it's => its fix

This commit is contained in:
John Scipione
2017-11-09 13:23:55 -08:00
parent fd6ef33795
commit 44b874666a
17 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
view. When a BLayout is attached directly to a BView via BView::SetLayout()
then that BView becomes the target of the layout. When a BLayout is nested
in another BLayout (via BLayout::AddItem()) the nested BLayout inherits the
target of the layout it's nested in, if it does not have a target already.
target of the layout its nested in, if it does not have a target already.
You can retrieve the target view for a layout with the TargetView() method.
When adding a BLayoutItem to a BLayout, the item's view (as returned by
BLayoutItem::View()) is added to the BLayout's target view.