Fix some typos and whitespace in BLayout docs.

This commit is contained in:
Michael Lotz 2015-04-14 22:35:09 +02:00
parent 83571947d1
commit 0bba9b9752
1 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ topLayout->AddItem(nestedLayoutWithView);
BLayoutItem's and does not have a target BView.
\warning Because a new BLayout does not have a target BView, calls to the
AddItem() and AddView() will fail methods will fail.
AddItem() and AddView() methods will fail.
\since Haiku R1
*/
@ -166,8 +166,8 @@ topLayout->AddItem(nestedLayoutWithView);
\a child is added to this BLayout's target view.
\returns The BLayoutItem created to represent \a child is, or \c NULL if
there was an error.
\returns The BLayoutItem created to represent \a child, or \c NULL if there
was an error.
\param child The BView to be added to this BLayout.