Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
Add code block for validate_slength.
  • Loading branch information
PierreRambaud committed Mar 27, 2014
1 parent 62e8c1d commit d20cf40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down

0 comments on commit d20cf40

Please sign in to comment.