Merge pull request #243 from kenkouot/patch-1

Fix typo: ne is validation key for not equal
pull/248/head v8.17.2
Dean Karn 8 years ago committed by GitHub
commit 25f1823069
  1. 4
      doc.go

@ -280,11 +280,11 @@ validates the number of items.
Not Equal Not Equal
For strings & numbers, eq will ensure that the value is not For strings & numbers, ne will ensure that the value is not
equal to the parameter given. For slices, arrays, and maps, equal to the parameter given. For slices, arrays, and maps,
validates the number of items. validates the number of items.
Usage: eq=10 Usage: ne=10
Greater Than Greater Than

Loading…
Cancel
Save