Skip to content

Commit 4a24979

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

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
@@ -402,7 +402,7 @@ $formatted = format_xml('<?xml version="1.0"?><root><task priority="low"><to>Joh
402402
403403
#### `is_json()`
404404
405-
Checks if specified variable is valid json-encoded string or not:
405+
Check if specified variable is a valid JSON-encoded string or not:
406406
407407
```php
408408
$isJson = is_json('{"foo":1,"bar":2,"baz":3}');

0 commit comments

Comments
 (0)