diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-02-17 20:04:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 20:04:58 +0300 |
commit | e57aeb49e94a77d9220817709ea198800eac9b5f (patch) | |
tree | 1cd2d3f8782877597ba70c70f6904a7a8237bbd4 /doc/classes/Animation.xml | |
parent | c6b5b7d40d0c2eef16fcad4cb974929d274ec5db (diff) | |
parent | dd5acde28505dca0053ea61f8248d357b3175b33 (diff) |
Merge pull request #73507 from YuriSizov/docs-are-neat
Remove extra spaces and correct crosslinks in some documentation
Diffstat (limited to 'doc/classes/Animation.xml')
-rw-r--r-- | doc/classes/Animation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index 74ee13a3d2..9b834f2635 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -108,7 +108,7 @@ <return type="bool" /> <param index="0" name="track_idx" type="int" /> <description> - Returns [code]true[/code] if the track at [code]idx[/code] will be blended with other animations. + Returns [code]true[/code] if the track at [param track_idx] will be blended with other animations. </description> </method> <method name="audio_track_set_key_end_offset"> |