diff options
author | luz paz <luzpaz@users.noreply.github.com> | 2021-07-07 11:17:32 -0400 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2021-07-25 11:21:51 +0200 |
commit | 3564c16cb851e2c5ae9f75d928e2f501ce5e3d6a (patch) | |
tree | 7865989d08c9ceb12dd860751a8eb8f73cf165a4 /doc/classes/MethodTweener.xml | |
parent | 6b11d8cc7373a8d88d09d9c46bc2f33a6643567a (diff) |
Fix various typos with codespell
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint`
Diffstat (limited to 'doc/classes/MethodTweener.xml')
-rw-r--r-- | doc/classes/MethodTweener.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MethodTweener.xml b/doc/classes/MethodTweener.xml index 42b91abf93..3badeb164b 100644 --- a/doc/classes/MethodTweener.xml +++ b/doc/classes/MethodTweener.xml @@ -4,7 +4,7 @@ Interpolates an abstract value and supplies it to a method called over time. </brief_description> <description> - [MethodTweener] is similar to a combination of [CallbackTweener] and [PropertyTweener]. It calls a method providing an interpolated value as a paramater. See [method Tween.tween_method] for more usage information. + [MethodTweener] is similar to a combination of [CallbackTweener] and [PropertyTweener]. It calls a method providing an interpolated value as a parameter. See [method Tween.tween_method] for more usage information. [b]Note:[/b] [method Tween.tween_method] is the only correct way to create [MethodTweener]. Any [MethodTweener] created manually will not function correctly. </description> <tutorials> |