Skip to content

Commit d20cf40

Browse files
committed
Update README.markdown
Add code block for validate_slength.
1 parent 62e8c1d commit d20cf40

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,13 +1199,13 @@ to a number.
11991199

12001200
The following values will pass:
12011201

1202-
validate_slength("discombobulate",17)
1203-
validate_slength(["discombobulate","moo"],17)
1202+
validate_slength("discombobulate",17)
1203+
validate_slength(["discombobulate","moo"],17)
12041204

1205-
The following valueis will not:
1205+
The following values will not:
12061206

1207-
validate_slength("discombobulate",1)
1208-
validate_slength(["discombobulate","thermometer"],5)
1207+
validate_slength("discombobulate",1)
1208+
validate_slength(["discombobulate","thermometer"],5)
12091209

12101210

12111211

0 commit comments

Comments
 (0)