Browse Source

ssl_opt() was updated for OTP-23 not OTP-22

Loïc Hoguin 5 years ago
parent
commit
1115bf4e33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/src/manual/ranch_ssl.asciidoc

+ 1 - 1
doc/src/manual/ranch_ssl.asciidoc

@@ -323,7 +323,7 @@ The options `sni_fun` and `sni_hosts` are mutually exclusive.
 
 == Changelog
 
-* *2.0*: The `ssl_opt()` type was updated for OTP-22.0.
+* *2.0*: The `ssl_opt()` type was updated for OTP-23.0.
 
 == See also