]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Update README.markdown
authorGoT <PierreRambaud@users.noreply.github.com>
Thu, 27 Mar 2014 10:56:17 +0000 (11:56 +0100)
committerGoT <PierreRambaud@users.noreply.github.com>
Thu, 27 Mar 2014 10:56:17 +0000 (11:56 +0100)
Add code block for validate_slength.

README.markdown

index 76c546f14e81e1a65cbc3a73aa43d8beaa2518ab..874655c74870a4c42c251863742628318bf9f403 100644 (file)
@@ -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)