aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/tls_record.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-12-08 14:59:28 +0100
committerIngela Anderton Andin <[email protected]>2015-12-08 14:59:28 +0100
commit80bf91029f9afcef147493a449ad0ae328efb3ae (patch)
treec4882c08768ce4a88750fdedfac177f3717a4f01 /lib/ssl/src/tls_record.erl
parentfb64cba70b4b08442e04c932f88579a35e219fdb (diff)
downloadotp-80bf91029f9afcef147493a449ad0ae328efb3ae.tar.gz
otp-80bf91029f9afcef147493a449ad0ae328efb3ae.tar.bz2
otp-80bf91029f9afcef147493a449ad0ae328efb3ae.zip
ssl: Correct spec
Diffstat (limited to 'lib/ssl/src/tls_record.erl')
-rw-r--r--lib/ssl/src/tls_record.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/tls_record.erl b/lib/ssl/src/tls_record.erl
index 1e266ed424..9348c8bbdd 100644
--- a/lib/ssl/src/tls_record.erl
+++ b/lib/ssl/src/tls_record.erl
@@ -298,7 +298,7 @@ highest_protocol_version(_,Version) ->
Version.
%%--------------------------------------------------------------------
--spec is_higher(V1 :: tls_version(), V2::tls_version()) -> tls_version().
+-spec is_higher(V1 :: tls_version(), V2::tls_version()) -> boolean().
%%
%% Description: Is V1 > V2
%%--------------------------------------------------------------------