aboutsummaryrefslogtreecommitdiff
path: root/src/str.erl
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-14 12:33:26 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-14 12:33:26 +0300
commita02cff0e780bb735531594c4ece81e8628f79782 (patch)
tree6fe7d8219d14f58183be1741fcea262c216db447 /src/str.erl
parentReturn jid_malformed error when sending presence without nick to conference (diff)
Use new configuration validator
Diffstat (limited to 'src/str.erl')
-rw-r--r--src/str.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/str.erl b/src/str.erl
index bbf0d6a6e..07a5d09d5 100644
--- a/src/str.erl
+++ b/src/str.erl
@@ -289,7 +289,7 @@ format(Format, Args) ->
iolist_to_binary(io_lib:format(Format, Args)).
--spec sha(binary()) -> binary().
+-spec sha(iodata()) -> binary().
sha(Text) ->
Bin = crypto:hash(sha, Text),