Skip to content

Commit b541462

Browse files
author
Dean Karn
authored
Merge pull request #574 from shenyiling/master
fix: typo
2 parents fb6c458 + 6d2c659 commit b541462

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
@@ -158,7 +158,7 @@ handy in ignoring embedded structs from being validated. (Usage: -)
158158
Or Operator
159159
160160
This is the 'or' operator allowing multiple validators to be used and
161-
accepted. (Usage: rbg|rgba) <-- this would allow either rgb or rgba
161+
accepted. (Usage: rgb|rgba) <-- this would allow either rgb or rgba
162162
colors to be accepted. This can also be combined with 'and' for example
163163
( Usage: omitempty,rgb|rgba)
164164

0 commit comments

Comments
 (0)