We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e8c1d commit d20cf40Copy full SHA for d20cf40
1 file changed
README.markdown
@@ -1199,13 +1199,13 @@ to a number.
1199
1200
The following values will pass:
1201
1202
- validate_slength("discombobulate",17)
1203
- validate_slength(["discombobulate","moo"],17)
+ validate_slength("discombobulate",17)
+ validate_slength(["discombobulate","moo"],17)
1204
1205
-The following valueis will not:
+The following values will not:
1206
1207
- validate_slength("discombobulate",1)
1208
- validate_slength(["discombobulate","thermometer"],5)
+ validate_slength("discombobulate",1)
+ validate_slength(["discombobulate","thermometer"],5)
1209
1210
1211
0 commit comments