aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/HTTPClient.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-10-22 12:56:11 +0200
committerRémi Verschelde2017-10-22 12:56:17 +0200
commitfc09e1436654415f7130b69d049b420d7e5e8d54 (patch)
tree4a925d13db9392d51886545586d78b97973cc584 /doc/classes/HTTPClient.xml
parent14b1741cbf998f6d950a006681b15803362442d7 (diff)
downloadgodot-fc09e1436654415f7130b69d049b420d7e5e8d54.tar.gz
godot-fc09e1436654415f7130b69d049b420d7e5e8d54.tar.zst
godot-fc09e1436654415f7130b69d049b420d7e5e8d54.zip
classref: Sync with current source
Also fix hyperlink references to same class as per the guidelines. [ci skip]
Diffstat (limited to 'doc/classes/HTTPClient.xml')
-rw-r--r--doc/classes/HTTPClient.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/HTTPClient.xml b/doc/classes/HTTPClient.xml
index cf48ec84f..e75aee012 100644
--- a/doc/classes/HTTPClient.xml
+++ b/doc/classes/HTTPClient.xml
@@ -16,7 +16,7 @@
<return type="void">
</return>
<description>
- Cloces the current connection, allows for reusal of [HTTPClient].
+ Cloces the current connection, allows for reusal of [code]HTTPClient[/code].
</description>
</method>
<method name="connect_to_host">
@@ -84,7 +84,7 @@
<return type="bool">
</return>
<description>
- Return whether this [HTTPClient] has a response available.
+ Return whether this [code]HTTPClient[/code] has a response available.
</description>
</method>
<method name="is_blocking_mode_enabled" qualifiers="const">
@@ -98,7 +98,7 @@
<return type="bool">
</return>
<description>
- Return whether this [HTTPClient] has a response that is chunked.
+ Return whether this [code]HTTPClient[/code] has a response that is chunked.
</description>
</method>
<method name="poll">