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 } ```