diff options
author | Andy Maloney <asmaloney@gmail.com> | 2022-08-17 18:08:09 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2022-08-17 19:51:17 -0400 |
commit | 28e66882e59d51f69cc0b9786033f5570b08d114 (patch) | |
tree | 4212bbfba0243fa4fe580e10e8fa8a47031da3eb /doc/classes/XMLParser.xml | |
parent | dbd15243621ec595742b18abc4c26f3cb2e00f3d (diff) | |
download | redot-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/XMLParser.xml')
-rw-r--r-- | doc/classes/XMLParser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/XMLParser.xml b/doc/classes/XMLParser.xml index 69544f4895..26480f0c18 100644 --- a/doc/classes/XMLParser.xml +++ b/doc/classes/XMLParser.xml @@ -12,7 +12,7 @@ <method name="get_attribute_count" qualifiers="const"> <return type="int" /> <description> - Gets the amount of attributes in the current element. + Gets the number of attributes in the current element. </description> </method> <method name="get_attribute_name" qualifiers="const"> |