From 5a9e0cf2e04df5e659f5c412637dd33e7f3e93f9 Mon Sep 17 00:00:00 2001 From: Mia Combeau <52008667+mcombeau@users.noreply.github.com> Date: Wed, 2 Nov 2022 16:56:39 +0100 Subject: [PATCH] errno: fix grammar in example description (#9480) --- pages/common/errno.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/errno.md b/pages/common/errno.md index 9298a7fbe..486740088 100644 --- a/pages/common/errno.md +++ b/pages/common/errno.md @@ -11,10 +11,10 @@ `errno --list` -- Search for code who's description contains all of the given text: +- Search for code whose description contains all of the given text: `errno --search {{text}}` -- Search for code who's description contains all of the given text (all locales): +- Search for code whose description contains all of the given text (all locales): `errno --search-all-locales {{text}}`