1
0
mirror of https://github.com/jupeter/clean-code-php.git synced 2025-09-25 05:31:29 +02:00

Merge pull request #204 from szepeviktor/patch-1

Fix wording in Comparison
This commit is contained in:
Tomas Votruba
2022-06-19 22:38:32 +02:00
committed by GitHub

View File

@@ -371,7 +371,7 @@ class Car
**Not good:**
The simple comparison will convert the string in an integer.
The simple comparison will convert the string into an integer.
```php
$a = '42';