diff options
author | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-08-12 12:28:17 +0300 |
---|---|---|
committer | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-08-12 12:28:17 +0300 |
commit | 8f8f53a595609aea6886533fcd81a05bb1bbcdf7 (patch) | |
tree | 719c9312728768ddc42602369965da1e8b1c929d /src | |
parent | Spawn SQL connections on demand only (diff) |
Fix typo in type spec
Diffstat (limited to 'src')
-rw-r--r-- | src/econf.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/econf.erl b/src/econf.erl index bfa9cd781..90dfc189b 100644 --- a/src/econf.erl +++ b/src/econf.erl @@ -674,7 +674,7 @@ vcard_sound() -> {binval, undefined, base64()}, {extval, undefined, binary()}]). --spec vcard_key() -> yconv:validator(). +-spec vcard_key() -> yconf:validator(). vcard_key() -> vcard_validator( vcard_key, undefined, |