Skip to content

Commit e0e67f0

Browse files
authored
Update README.md
Fixed a comment in the sample code.
1 parent 6a4c59f commit e0e67f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ But most of us are too lazy to check explicitly for every single return of every
2020

2121
```php
2222
// This code is incorrect. Twice.
23-
// "file_get_contents" can return false if the file does not exists
23+
// "file_get_contents" can return false if the file does not exist
2424
// "json_decode" can return false if the file content is not valid JSON
2525
$content = file_get_contents('foobar.json');
2626
$foobar = json_decode($content);

0 commit comments

Comments
 (0)