mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix typo in type spec
This commit is contained in:
parent
d796dcace5
commit
8f8f53a595
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user