diff options
author | Chris Bradfield <chris@kidscancode.org> | 2020-01-01 17:08:19 -0800 |
---|---|---|
committer | Chris Bradfield <chris@kidscancode.org> | 2020-01-02 10:31:16 -0800 |
commit | ab11916822c0b28357bbfb56f428dc1bc99ff362 (patch) | |
tree | 7883d18c32dfe97840b08c4c90208c0c64931407 /doc/classes/TextureProgress.xml | |
parent | 5fa1905131bc20e8a4a939d0edf8370091c88a50 (diff) |
[DOCS] Class reference typos and fixes.
Diffstat (limited to 'doc/classes/TextureProgress.xml')
-rw-r--r-- | doc/classes/TextureProgress.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TextureProgress.xml b/doc/classes/TextureProgress.xml index 479ab865ba..c16d6f58bc 100644 --- a/doc/classes/TextureProgress.xml +++ b/doc/classes/TextureProgress.xml @@ -86,7 +86,7 @@ The [member texture_progress] fills from right to left. </constant> <constant name="FILL_TOP_TO_BOTTOM" value="2" enum="FillMode"> - The [member texture_progress] fills from top to bototm. + The [member texture_progress] fills from top to bottom. </constant> <constant name="FILL_BOTTOM_TO_TOP" value="3" enum="FillMode"> The [member texture_progress] fills from bottom to top. |