Skip to content

Commit 135c24b

Browse files
authored
Merge pull request go-validator#65 from christophe-dufour/fix-typo-in-readme
Fix typo in README.md
2 parents 59c90c7 + a1c202c commit 135c24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ accept a `nil` pointer.
5050

5151
```
5252
len
53-
For numeric numbers, max will simply make sure that the
53+
For numeric numbers, len will simply make sure that the
5454
value is equal to the parameter given. For strings, it
5555
checks that the string length is exactly that number of
5656
characters. For slices, arrays, and maps, validates the

0 commit comments

Comments
 (0)