Skip to content

Commit 12a0d18

Browse files
committed
minor fix
1 parent d75809c commit 12a0d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ check if given string is valid
8383
| base58 | | check base-58 encoding |
8484
| card | | check credit card number |
8585
| date | | test if string contains valid date |
86-
| | .format: | specify date format (default: `'iso` or `yyyy-MM-dd`) - could also be one of `'iso8601`, `'short`, `'long` or any given string) |
86+
| | .format: | specify date format (default: `'iso` or `yyyy-MM-dd`) - could also be one of `'iso8601`, `'short`, `'long` or any given string |
8787
| email | | verify e-mail address |
8888
| floating | | test if string contains a parsable floating-point value |
8989
| integer | | test if string contains a parsable integer value |

0 commit comments

Comments
 (0)