From e90be29ff38a9a40901591cf339e1a8e2d3aa1b0 Mon Sep 17 00:00:00 2001 From: jopacicdev Date: Fri, 16 Feb 2018 22:35:08 +0100 Subject: [PATCH] Wording adjustment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f18eb8e..077d658 100644 --- a/README.md +++ b/README.md @@ -399,10 +399,10 @@ function createMicrobrewery(string $breweryName = 'Hipster Brew Co.'): void ```php $a = '42'; $b = 42; -Use the simple comparison will convert the string in an int +// Use the simple comparison that will convert the string in an int if( $a != $b ) { - //The expression will always passes + // The expression will always pass } ```