summaryrefslogtreecommitdiffstats
path: root/doc/classes/HTTPRequest.xml
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2022-08-17 18:08:09 -0400
committerAndy Maloney <asmaloney@gmail.com>2022-08-17 19:51:17 -0400
commit28e66882e59d51f69cc0b9786033f5570b08d114 (patch)
tree4212bbfba0243fa4fe580e10e8fa8a47031da3eb /doc/classes/HTTPRequest.xml
parentdbd15243621ec595742b18abc4c26f3cb2e00f3d (diff)
downloadredot-engine-28e66882e59d51f69cc0b9786033f5570b08d114.tar.gz
[doc] Fix grammar in class docs: amount vs. number
Number is used for things that can be counted (discrete items - think "integer" in this context). Also fixes a couple of awkward phrases.
Diffstat (limited to 'doc/classes/HTTPRequest.xml')
-rw-r--r--doc/classes/HTTPRequest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/HTTPRequest.xml b/doc/classes/HTTPRequest.xml
index 490b918f40..4b098bf585 100644
--- a/doc/classes/HTTPRequest.xml
+++ b/doc/classes/HTTPRequest.xml
@@ -176,7 +176,7 @@
<method name="get_downloaded_bytes" qualifiers="const">
<return type="int" />
<description>
- Returns the amount of bytes this HTTPRequest downloaded.
+ Returns the number of bytes this HTTPRequest downloaded.
</description>
</method>
<method name="get_http_client_status" qualifiers="const">