Merge pull request #236 from PierreRambaud/patch-1
Update README.markdown
This commit is contained in:
commit
746a4cc67a
1 changed files with 5 additions and 5 deletions
|
@ -1199,13 +1199,13 @@ to a number.
|
|||
|
||||
The following values will pass:
|
||||
|
||||
validate_slength("discombobulate",17)
|
||||
validate_slength(["discombobulate","moo"],17)
|
||||
validate_slength("discombobulate",17)
|
||||
validate_slength(["discombobulate","moo"],17)
|
||||
|
||||
The following valueis will not:
|
||||
The following values will not:
|
||||
|
||||
validate_slength("discombobulate",1)
|
||||
validate_slength(["discombobulate","thermometer"],5)
|
||||
validate_slength("discombobulate",1)
|
||||
validate_slength(["discombobulate","thermometer"],5)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue