Change the first lowercase tween to a capitalised Tween to match previous code. (#3275)
The capitalised Tween is a class name and the lowercase tween is a variable name.
While this works, the initial presentation of the call uses the classname for both interpolation options.
This is being picky but is accurate.
Co-authored-by: sambler <[email protected]>