1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 15:46:02 +02:00

errno: fix grammar in example description (#9480)

This commit is contained in:
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

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}}`