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:
|
### Problematic code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo 'Nothing so needs reforming as other people's habits.'
|
echo 'Nothing so needs reforming as other peoples' habits.'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Correct code:
|
### Correct code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo 'Nothing so needs reforming as other people'\''s habits.'
|
echo 'Nothing so needs reforming as other peoples'\'' habits.'
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```sh
|
```sh
|
||||||
echo "Nothing so needs reforming as other people's habits."
|
echo "Nothing so needs reforming as other peoples' habits."
|
||||||
```
|
```
|
||||||
### Rationale:
|
### Rationale:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user