mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Change "people's" to "peoples'", for the sake of proper English grammar.
@@ -3,17 +3,17 @@
|
||||
### Problematic code:
|
||||
|
||||
```sh
|
||||
echo 'Nothing so needs reforming as other people's habits.'
|
||||
echo 'Nothing so needs reforming as other peoples' habits.'
|
||||
```
|
||||
|
||||
### Correct code:
|
||||
|
||||
```sh
|
||||
echo 'Nothing so needs reforming as other people'\''s habits.'
|
||||
echo 'Nothing so needs reforming as other peoples'\'' habits.'
|
||||
```
|
||||
or
|
||||
```sh
|
||||
echo "Nothing so needs reforming as other people's habits."
|
||||
echo "Nothing so needs reforming as other peoples' habits."
|
||||
```
|
||||
### Rationale:
|
||||
|
||||
|
Reference in New Issue
Block a user