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:
John Scipione
2025-07-02 19:12:03 +00:00
committed by waddlesplash
parent 987a07492e
commit b58c23c7c6
+2 -2
View File
@@ -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
*/