Skip to content

Commit 251d3fe

Browse files
authored
Fix Base.decode16!/2 doc: base 16 has no padding (#15558)
1 parent 16bee46 commit 251d3fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/lib/base.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ defmodule Base do
536536
* `:lower` - only allows lower case characters
537537
* `:mixed` - allows mixed case characters
538538
539-
An `ArgumentError` exception is raised if the padding is incorrect or
539+
An `ArgumentError` exception is raised if the string has an odd length or
540540
a non-alphabet character is present in the string.
541541
542542
## Examples

0 commit comments

Comments
 (0)