Skip to content

Commit a98451a

Browse files
committed
fixed typo
1 parent ebae878 commit a98451a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ in your code (inspired by Scala)
5252

5353
### Fixes:
5454

55-
- `is_email()` is now fully complaint with email specifications (https://tools.ietf.org/html/rfc3696#section-3)
55+
- `is_email()` is now fully compliant with email specifications (https://tools.ietf.org/html/rfc3696#section-3)
5656
- `is_ip()` now checks both ip v4 (and validates 0-255 range) and ip v6
5757
(the previous implementation was really shallow, my apologies :P)
5858
- `is_json()` now considers as valid json array objects (eg. `is_json('[1, 2, 3]')` returns true now)

0 commit comments

Comments
 (0)