Skip to content

Commit 0afaad6

Browse files
committed
Minor readme fixes.
1 parent 1926d58 commit 0afaad6

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
@@ -266,7 +266,7 @@ $backtrace = minimized_backtrace_as_string();
266266
267267
#### `is_email()`
268268
269-
Checks if specified string is valid email address or not:
269+
Checks if the specified string is a valid email address or not:
270270
271271
```php
272272
$isEmail = is_email('john.doe@example.com');

0 commit comments

Comments
 (0)