Skip to content

Commit 98aa9f2

Browse files
authored
Docs: fix Base64RawURL usage (#1336)
## Fixes Or Enhances The usage of Base64RawURL was incorrect. **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers
1 parent c9db2a0 commit 98aa9f2

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
@@ -959,7 +959,7 @@ Although an empty string is a valid base64 URL safe value, this will report
959959
an empty string as an error, if you wish to accept an empty string as valid
960960
you can use this with the omitempty tag.
961961
962-
Usage: base64url
962+
Usage: base64rawurl
963963
964964
# Bitcoin Address
965965

0 commit comments

Comments
 (0)