Skip to content

Commit

Permalink
Update instructions.md function name to match provided template
Browse files Browse the repository at this point in the history
  • Loading branch information
nodakbarnes authored Sep 1, 2023
1 parent e2a174a commit c3b82b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Combine two transformation functions to perform a repeatable transformation. Thi
```javascript
const moveCoordinatesRight2Px = translate2d(2, 0);
const doubleCoordinates = scale2d(2, 2);
const composedTransformations = composeTransformation(
const composedTransformations = composeTransform(
moveCoordinatesRight2Px,
doubleCoordinates,
);
Expand Down

0 comments on commit c3b82b4

Please sign in to comment.