We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Base.decode16!/2
1 parent 16bee46 commit 251d3feCopy full SHA for 251d3fe
1 file changed
lib/elixir/lib/base.ex
@@ -536,7 +536,7 @@ defmodule Base do
536
* `:lower` - only allows lower case characters
537
* `:mixed` - allows mixed case characters
538
539
- An `ArgumentError` exception is raised if the padding is incorrect or
+ An `ArgumentError` exception is raised if the string has an odd length or
540
a non-alphabet character is present in the string.
541
542
## Examples
0 commit comments