Fix erroneous example in timer.rst

This commit is contained in:
ヽ(*≧ω≦)ノ shru 2018-01-19 11:17:33 +10:30 committed by GitHub
parent 945423f9f5
commit 3e439ee2db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -470,7 +470,7 @@ You can add custom interpolation methods by adding them to the `tween` table::
Access the your method like you would the predefined ones. You can even use the Access the your method like you would the predefined ones. You can even use the
modyfing prefixes:: modyfing prefixes::
Timer.tween(5, 'in-out-sqrt', circle, {radius = 50}) Timer.tween(5, circle, {radius = 50}, 'in-out-sqrt')
You can also invert and chain functions:: You can also invert and chain functions::