remove unnecessary doc comments

This commit is contained in:
Aneurin Barker Snook
2024-07-19 14:11:53 +01:00
parent 45298c462a
commit b8c82f3529
8 changed files with 0 additions and 8 deletions
-1
View File
@@ -1,6 +1,5 @@
package validate
// Validation error.
var (
ErrMustHaveMoreItems = NewError("must have at least %d items")
ErrMustHaveFewerItems = NewError("must have no more than %d items")