errno: fix grammar in example description (#9480)

pull/1/head
Mia Combeau 2022-11-02 16:56:39 +01:00 committed by GitHub
parent c06fbd2037
commit 5a9e0cf2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@
`errno --list` `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}}` `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}}` `errno --search-all-locales {{text}}`