diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2019-04-17 13:42:56 +0200 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2019-04-17 17:13:00 +0200 |
commit | b0846f60c96c809105d039ef314e10a8b23a699f (patch) | |
tree | 9c2b761ffb9412b534211932aa0a630d91e1d51c /doc/classes/StreamPeerSSL.xml | |
parent | cea49f00c380c404a45d9b002843969f164d382e (diff) | |
download | redot-engine-b0846f60c96c809105d039ef314e10a8b23a699f.tar.gz |
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/StreamPeerSSL.xml')
-rw-r--r-- | doc/classes/StreamPeerSSL.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml index 76bb55ec29..006afc6ce9 100644 --- a/doc/classes/StreamPeerSSL.xml +++ b/doc/classes/StreamPeerSSL.xml @@ -30,7 +30,7 @@ <argument index="2" name="for_hostname" type="String" default=""""> </argument> <description> - Connect to a peer using an underlying [StreamPeer] "stream", when "validate_certs" is true, [StreamPeerSSL] will validate that the certificate presented by the peer matches the "for_hostname". + Connect to a peer using an underlying [StreamPeer] "stream", when "validate_certs" is [code]true[/code], [StreamPeerSSL] will validate that the certificate presented by the peer matches the "for_hostname". </description> </method> <method name="disconnect_from_stream"> |