Merge pull request #271 from ellisonleao/patch-1

fix small doc typo
pull/278/head
Dean Karn 8 years ago committed by GitHub
commit 0cc1e78abb
  1. 2
      doc.go

@ -222,7 +222,7 @@ ensures the value is not nil.
Length
For numbers, max will ensure that the value is
For numbers, length will ensure that the value is
equal to the parameter given. For strings, it checks that
the string length is exactly that number of characters. For slices,
arrays, and maps, validates the number of items.

Loading…
Cancel
Save