Skip to content

Commit c8c382a

Browse files
committed
Minor readme fixes.
1 parent 4a24979 commit c8c382a

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
@@ -410,7 +410,7 @@ $isJson = is_json('{"foo":1,"bar":2,"baz":3}');
410410
// true
411411
```
412412
413-
Function can return decoded json, if you pass the second `return` argument as `true`:
413+
It can return decoded JSON if you pass the second `return` argument as `true`:
414414
415415
```php
416416
$decoded = is_json('{"foo":1,"bar":2,"baz":3}', true);

0 commit comments

Comments
 (0)