24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Fix typo in type spec

This commit is contained in:
Evgeny Khramtsov 2019-08-12 12:28:17 +03:00
parent d796dcace5
commit 8f8f53a595

View File

@ -674,7 +674,7 @@ vcard_sound() ->
{binval, undefined, base64()}, {binval, undefined, base64()},
{extval, undefined, binary()}]). {extval, undefined, binary()}]).
-spec vcard_key() -> yconv:validator(). -spec vcard_key() -> yconf:validator().
vcard_key() -> vcard_key() ->
vcard_validator( vcard_validator(
vcard_key, undefined, vcard_key, undefined,