Skip to content

Commit 2109f86

Browse files
committed
Update documenation
1 parent 9e58bcd commit 2109f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,13 +643,13 @@ hashtag (#)
643643
644644
Lowercase String
645645
646-
This validates that a string value contains only lowercase characters. An empty string is considered a valid lowercase string.
646+
This validates that a string value contains only lowercase characters. An empty string is not a valid lowercase string.
647647
648648
Usage: lowercase
649649
650650
Uppercase String
651651
652-
This validates that a string value contains only uppercase characters. An empty string is considered a valid uppercase string.
652+
This validates that a string value contains only uppercase characters. An empty string is not a valid uppercase string.
653653
654654
Usage: uppercase
655655

0 commit comments

Comments
 (0)