summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngela Andin <ingela@erlang.org>2023-05-05 09:16:22 +0200
committerGitHub <noreply@github.com>2023-05-05 09:16:22 +0200
commit36a02676a4c30d915518453a2664b8338fd46d85 (patch)
tree328753c5be97c241f2cc279cec72f9b475685d76
parentc2afbd79bc5851739be73635a1013f631ed453b5 (diff)
parentf1c864982af1338fe368682fa22db27d480cd376 (diff)
downloaderlang-36a02676a4c30d915518453a2664b8338fd46d85.tar.gz
Merge pull request #7206 from qzhuyan/doc/william/typo-tls-root-fun
doc(ssl): fix root_fun typo
-rw-r--r--lib/ssl/doc/src/ssl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index 3574ae91ac..700709ed7a 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -819,7 +819,7 @@ marker="public_key:public_key#pkix_path_validation/3">public_key:pkix_path_valid
<desc>
<code>
fun(Chain::[public_key:der_encoded()]) ->
- {trusted_ca, DerCert::public_key:der_encoded()} | unknown_ca}
+ {trusted_ca, DerCert::public_key:der_encoded()} | unknown_ca.
</code>
<p>Claim an intermediate CA in the chain as trusted. TLS then
performs <seemfa