From e71d09e32c6446468db05e1cda2f5d5db053f1b6 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Thu, 15 Jun 2023 18:52:20 -0700 Subject: [PATCH] Update maxlength.md (#34) --- doc/checkers/maxlength.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/checkers/maxlength.md b/doc/checkers/maxlength.md index 901903a..340715b 100644 --- a/doc/checkers/maxlength.md +++ b/doc/checkers/maxlength.md @@ -1,6 +1,6 @@ -# Min Length Checker +# Max Length Checker -The ```max-length``` checker checks if the length of the given value is less than the given maximum length. If the length of the value is above the minimum length, the checker will return the ```NOT_MAX_LENGTH``` result. Here is an example: +The ```max-length``` checker checks if the length of the given value is less than the given maximum length. If the length of the value is above the maximum length, the checker will return the ```NOT_MAX_LENGTH``` result. Here is an example: ```golang type User struct {