We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a174a commit f46d2a0Copy full SHA for f46d2a0
exercises/concept/coordinate-transformation/.docs/instructions.md
@@ -33,7 +33,7 @@ Combine two transformation functions to perform a repeatable transformation. Thi
33
```javascript
34
const moveCoordinatesRight2Px = translate2d(2, 0);
35
const doubleCoordinates = scale2d(2, 2);
36
-const composedTransformations = composeTransformation(
+const composedTransformations = composeTransform(
37
moveCoordinatesRight2Px,
38
doubleCoordinates,
39
);
0 commit comments