Skip to content

Commit

Permalink
Merge pull request redhat-openstack#236 from PierreRambaud/patch-1
Browse files Browse the repository at this point in the history
Update README.markdown
  • Loading branch information
Ashley Penney committed Mar 27, 2014
2 parents 62e8c1d + d20cf40 commit 746a4cc
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 746a4cc

Please sign in to comment.