Fixed typo in Z85 alphabet

This commit is contained in:
n1474335 2018-08-23 22:56:18 +01:00
parent 10cf0d13c2
commit 032f8808ef

View file

@ -16,7 +16,7 @@ export const ALPHABET_OPTIONS = [
},
{
name: "Z85 (ZeroMQ)",
value: "0-9a-zA-Z.#\\-:+=^!/*?&<>()[]{}@%$#",
value: "0-9a-zA-Z.\\-:+=^!/*?&<>()[]{}@%$#",
},
{
name: "IPv6",