summaryrefslogtreecommitdiff
path: root/doc/classes/X509Certificate.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/X509Certificate.xml')
-rw-r--r--doc/classes/X509Certificate.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/X509Certificate.xml b/doc/classes/X509Certificate.xml
index 37b202a513..4301e6cb7f 100644
--- a/doc/classes/X509Certificate.xml
+++ b/doc/classes/X509Certificate.xml
@@ -5,7 +5,7 @@
</brief_description>
<description>
The X509Certificate class represents an X509 certificate. Certificates can be loaded and saved like any other [Resource].
- They can be used as the server certificate in [method StreamPeerTLS.accept_stream] (along with the proper [CryptoKey]), and to specify the only certificate that should be accepted when connecting to an TLS server via [method StreamPeerTLS.connect_to_stream].
+ They can be used as the server certificate in [method StreamPeerTLS.accept_stream] (along with the proper [CryptoKey]), and to specify the only certificate that should be accepted when connecting to a TLS server via [method StreamPeerTLS.connect_to_stream].
</description>
<tutorials>
</tutorials>