diff --git a/lib/base62.ex b/lib/base62.ex index deaed12..9d25865 100644 --- a/lib/base62.ex +++ b/lib/base62.ex @@ -1,5 +1,5 @@ defmodule Base62 do - use CustomBase, '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' + use CustomBase, ~c"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" @moduledoc """ This module provides data encoding and decoding functions for base62 alphabet: