Fix typo: ne is validation key for not equal

pull/243/head
Kenneth Kouot 8 years ago committed by GitHub
parent 014792cf3e
commit 3499e730cb
  1. 2
      doc.go

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

Loading…
Cancel
Save