From d20cf4069756866dd96877efe152550be4d9f80d Mon Sep 17 00:00:00 2001 From: GoT Date: Thu, 27 Mar 2014 11:56:17 +0100 Subject: Update README.markdown Add code block for validate_slength. --- README.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 76c546f..874655c 100644 --- a/README.markdown +++ b/README.markdown @@ -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) -- cgit v1.2.3