Skip to content

Commit

Permalink
Merge pull request piotrplenik#204 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Fix wording in Comparison
  • Loading branch information
TomasVotruba authored Jun 19, 2022
2 parents 46fea97 + eedf6c6 commit 8d90132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 8d90132

Please sign in to comment.