Skip to content

Commit

Permalink
Update maxlength.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Jun 16, 2023
1 parent 643cfee commit f04b9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/checkers/maxlength.md
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit f04b9d3

Please sign in to comment.