From eedf6c68bdf7990db6636b4c7489d0cef9fe93b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 19 Jun 2022 20:21:22 +0000 Subject: [PATCH] Fix wording in Comparison Fixes #179 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df4a4c4c..b5b80b0e 100644 --- a/README.md +++ b/README.md @@ -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';