Skip to content

Commit d8cef80

Browse files
committed
IHF: Readme fixed.
1 parent 0125e01 commit d8cef80

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
@@ -61,7 +61,7 @@ $isJson = is_json('{"foo":1,"bar":2,"baz":3}');
6161
// true
6262
```
6363

64-
Boolean is returned by default, however, function can return decoded json, if you pass the second `return` argument as `true`:
64+
Function can return decoded json, if you pass the second `return` argument as `true`:
6565
```php
6666
$decoded = is_json('{"foo":1,"bar":2,"baz":3}', true);
6767

0 commit comments

Comments
 (0)