Fix another typo: eq to ne

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

@ -280,7 +280,7 @@ 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.

Loading…
Cancel
Save