diff options
author | Péter Dimitrov <[email protected]> | 2019-04-24 13:14:12 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2019-04-30 17:18:36 +0200 |
commit | 8b78203da881bb56e71d44b17b7d335546ad89bf (patch) | |
tree | 052c32761d432ecce6df17f374c3042dc530fa6b /lib/ssl/doc | |
parent | e7a51b4877d98be1b76da7cb98892ca46e2a6e7b (diff) | |
download | otp-8b78203da881bb56e71d44b17b7d335546ad89bf.tar.gz otp-8b78203da881bb56e71d44b17b7d335546ad89bf.tar.bz2 otp-8b78203da881bb56e71d44b17b7d335546ad89bf.zip |
ssl: Update type spec of ssl:suite_to_str/1
Change-Id: I7987e80cca7af184a9f40cdcd8ea8f07c318ba0d
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index fcbffb53a3..9c170d08af 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -1530,7 +1530,7 @@ fun(srp, Username :: string(), UserState :: term()) -> </func> <func> - <name since="OTP 21.0" name="suite_to_str" arity="1" /> + <name since="OTP 21.0" name="suite_to_str" arity="1" clause_i="1" /> <fsummary>Returns the string representation of a cipher suite.</fsummary> <desc> <p>Returns the string representation of a cipher suite.</p> |