mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 03:06:01 +02:00
errno: fix grammar in example description (#9480)
This commit is contained in:
parent
c06fbd2037
commit
5a9e0cf2e0
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue