From 750fe1508f54907110c546ea3d71ba025bfb1cdd Mon Sep 17 00:00:00 2001 From: Dmitry Semigradsky Date: Mon, 27 Apr 2015 00:19:03 +0300 Subject: [PATCH] API corrected --- API.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index f64cf56..e8f5c32 100644 --- a/API.md +++ b/API.md @@ -607,12 +607,11 @@ Returns true if string is only letters, including spaces and tabs ``` Returns true if string is only letters, including special letters (a-z,ú,ø,æ,å) -**isLength:min**, **isLength:min:max** +**isLength** ```html - ``` -Returns true if the value length is the equal or more than minimum and equal or less than maximum, if maximum is passed +Returns true if the value length is the equal. **equals:value** ```html