Commit 98424af
committed
Fix typos
It is newly detected by misspell.
```console
Run codespell --ignore-words=codespell.txt || exit 1
./README.adoc:4310: falsy ==> falsely, false
./README.adoc:4313: falsy ==> falsely, false
Error: Process completed with exit code 1.
```
https://github.com/rubocop/ruby-style-guide/runs/79681709111 parent fc0125e commit 98424af
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4307 | 4307 | | |
4308 | 4308 | | |
4309 | 4309 | | |
4310 | | - | |
| 4310 | + | |
4311 | 4311 | | |
4312 | 4312 | | |
4313 | | - | |
| 4313 | + | |
4314 | 4314 | | |
4315 | 4315 | | |
4316 | 4316 | | |
| |||
0 commit comments