Skip to content

Commit 0cc1e78

Browse files
author
Dean Karn
authored
Merge pull request #271 from ellisonleao/patch-1
fix small doc typo
2 parents fb258d3 + 7cd869b commit 0cc1e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ ensures the value is not nil.
222222
223223
Length
224224
225-
For numbers, max will ensure that the value is
225+
For numbers, length will ensure that the value is
226226
equal to the parameter given. For strings, it checks that
227227
the string length is exactly that number of characters. For slices,
228228
arrays, and maps, validates the number of items.

0 commit comments

Comments
 (0)