Menu docs: fix typo
Change-Id: Icc789b5d2652dca3a64c3bbc5572821747efa75d Reviewed-on: https://review.haiku-os.org/c/haiku/+/9438 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
987a07492e
commit
b58c23c7c6
@@ -598,7 +598,7 @@
|
||||
or \c B_ITEMS_IN_ROW layout, it is an error to use this method for
|
||||
a menu in \c B_ITEMS_IN_MATRIX layout.
|
||||
|
||||
\return The index of the menu \a item or \c B_ERROR of not found.
|
||||
\return The index of the menu \a item or \c B_ERROR if not found.
|
||||
|
||||
\since BeOS R3
|
||||
*/
|
||||
@@ -615,7 +615,7 @@
|
||||
or \c B_ITEMS_IN_ROW layout, it is an error to use this method for
|
||||
a menu in \c B_ITEMS_IN_MATRIX layout.
|
||||
|
||||
\return The index of the \a submenu or \c B_ERROR of not found.
|
||||
\return The index of the \a submenu or \c B_ERROR if not found.
|
||||
|
||||
\since BeOS R3
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user