diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-08 09:51:50 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-08 09:51:50 +0100 |
| commit | b5a71cfd119d82e8760df1c64d588fafa2501e04 (patch) | |
| tree | 35be2da7d230d20451f82e11d7882a2029fd0663 /doc/classes/Tree.xml | |
| parent | b86a874e029b28d6d7d7c684d8a712d035c6916e (diff) | |
| parent | 80ccd46dcd6b912b408189f9c23904ffcfa9c47f (diff) | |
| download | redot-engine-b5a71cfd119d82e8760df1c64d588fafa2501e04.tar.gz | |
Merge pull request #69744 from timothyqiu/doc-id
Use capitalized ID in the doc
Diffstat (limited to 'doc/classes/Tree.xml')
| -rw-r--r-- | doc/classes/Tree.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 6a016c3ebd..629c271417 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -70,7 +70,7 @@ <return type="int" /> <param index="0" name="position" type="Vector2" /> <description> - Returns the button id at [param position], or -1 if no button is there. + Returns the button ID at [param position], or -1 if no button is there. </description> </method> <method name="get_column_at_position" qualifiers="const"> |
