Skip to content

Commit

Permalink
Docs: fix Base64RawURL usage (#1336)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
196Ikuchil authored Feb 25, 2025
1 parent c9db2a0 commit 98aa9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ Although an empty string is a valid base64 URL safe value, this will report
an empty string as an error, if you wish to accept an empty string as valid
you can use this with the omitempty tag.
Usage: base64url
Usage: base64rawurl
# Bitcoin Address
Expand Down

0 comments on commit 98aa9f2

Please sign in to comment.