diff options
| author | Andreas Haas | 2017-10-14 12:45:26 +0200 |
|---|---|---|
| committer | Andreas Haas | 2017-10-14 12:45:49 +0200 |
| commit | 4c716f362378c18db05dc5c09f878d2aa3c7dd98 (patch) | |
| tree | d4151c90fcbaa395aaaf4053b9dcf89ed56cc38c /doc/classes/HTTPRequest.xml | |
| parent | 9876bad05c9a037b7dd4ff7f2c981d1b20278e72 (diff) | |
| download | godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.tar.gz godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.tar.zst godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.zip | |
[DOCS] Fix a few typos.
Diffstat (limited to 'doc/classes/HTTPRequest.xml')
| -rw-r--r-- | doc/classes/HTTPRequest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/HTTPRequest.xml b/doc/classes/HTTPRequest.xml index c2839890c..b780d29d0 100644 --- a/doc/classes/HTTPRequest.xml +++ b/doc/classes/HTTPRequest.xml @@ -166,7 +166,7 @@ Request does not have a response(yet). </constant> <constant name="RESULT_BODY_SIZE_LIMIT_EXCEEDED" value="7"> - Request exceded its maximum size limit, see [method set_body_size_limit]. + Request exceeded its maximum size limit, see [method set_body_size_limit]. </constant> <constant name="RESULT_REQUEST_FAILED" value="8"> Request failed. (unused) |
