From b58c23c7c690872b5dedd50e9ab93d5ad45a7958 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 2 Jul 2025 15:01:58 -0400 Subject: [PATCH] Menu docs: fix typo Change-Id: Icc789b5d2652dca3a64c3bbc5572821747efa75d Reviewed-on: https://review.haiku-os.org/c/haiku/+/9438 Reviewed-by: waddlesplash --- docs/user/interface/Menu.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/interface/Menu.dox b/docs/user/interface/Menu.dox index 7b58dbecd3..2cce1d9b98 100644 --- a/docs/user/interface/Menu.dox +++ b/docs/user/interface/Menu.dox @@ -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 */