diff --git a/doc.go b/doc.go index c351a61..90b129a 100644 --- a/doc.go +++ b/doc.go @@ -280,11 +280,11 @@ validates the number of items. 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, validates the number of items. - Usage: eq=10 + Usage: ne=10 Greater Than