Skip to content

Commit c803145

Browse files
author
Chris Coleman
committed
Fixing issue #515 - rotate example text
1 parent 8533347 commit c803145

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/examples/en/18_Transform/02_Rotate.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* parameters that are values between 0 and PI*2 (TWO_PI which is
66
* roughly 6.28). If you prefer to think about angles as degrees
77
* (0-360), you can use the radians() method to convert your values.
8-
* For example: scale(radians(90)) is identical to the statement
9-
* scale(PI/2). In this example, every even numbered second a jitter
10-
* is added to the rotation. During odd seconds rotation moves CW and
8+
* For example: rotate(radians(90)) is identical to the statement
9+
* rotate(PI/2). In this example, every even numbered second a jitter
10+
* is added to the rotation. During odd seconds, rotation moves CW and
1111
* CCW at the speed determined by the last jitter value.
1212
*/
1313

0 commit comments

Comments
 (0)