diff options
author | Péter Dimitrov <[email protected]> | 2019-04-24 13:14:12 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2019-04-24 15:07:18 +0200 |
commit | 3008d77a2c93b45c45da1739d63abf2f476ad490 (patch) | |
tree | 391d7f4bb4ca24eccca325cd5705727e1b658815 /lib/ssl/doc | |
parent | 04faa82c43ba43929087b6d91fb1f9cbff34cb99 (diff) | |
download | otp-3008d77a2c93b45c45da1739d63abf2f476ad490.tar.gz otp-3008d77a2c93b45c45da1739d63abf2f476ad490.tar.bz2 otp-3008d77a2c93b45c45da1739d63abf2f476ad490.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 8e4c21ba02..27046a8434 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -1600,7 +1600,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> |