diff options
author | UltraBIF <92269209+Xenoparrot@users.noreply.github.com> | 2023-05-01 18:09:49 -0400 |
---|---|---|
committer | UltraBIF <92269209+Xenoparrot@users.noreply.github.com> | 2023-05-02 18:24:32 -0400 |
commit | 8106d33d0f13825b4459898ca20282ba5b543897 (patch) | |
tree | 24bf3aa2d60aa1ded11dd84475bdc95c7b991554 /doc/classes/StreamPeerTLS.xml | |
parent | ee865051367a78bf20f50500520af13ef8f1097b (diff) | |
download | redot-engine-8106d33d0f13825b4459898ca20282ba5b543897.tar.gz |
Fixed various typos across the docs
Diffstat (limited to 'doc/classes/StreamPeerTLS.xml')
-rw-r--r-- | doc/classes/StreamPeerTLS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/StreamPeerTLS.xml b/doc/classes/StreamPeerTLS.xml index aa132f5e86..8cf0b646a5 100644 --- a/doc/classes/StreamPeerTLS.xml +++ b/doc/classes/StreamPeerTLS.xml @@ -4,7 +4,7 @@ TLS stream peer. </brief_description> <description> - TLS stream peer. This object can be used to connect to an TLS server or accept a single TLS client connection. + TLS stream peer. This object can be used to connect to a TLS server or accept a single TLS client connection. [b]Note:[/b] When exporting to Android, make sure to enable the [code]INTERNET[/code] permission in the Android export preset before exporting the project or using one-click deploy. Otherwise, network communication of any kind will be blocked by Android. </description> <tutorials> |