Skip to content

Commit

Permalink
Merge pull request #30 from gvergnaud/gvergnaud/fixes
Browse files Browse the repository at this point in the history
svg: typo
  • Loading branch information
holtzy authored Dec 5, 2024
2 parents 7ceae82 + 60abdfa commit ad7be3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/course/svg/d3-shape.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ const pathData = lineGenerator(data);
// Create a function that expects 2 parameters
const multiply = (x, y) => x * y;
// Use the function, providing it the 2 paramters
multiply(4, 6))
// Use the function, providing it the 2 parameters
multiply(4, 6)
// 24
`.trim()}
/>
Expand Down

0 comments on commit ad7be3d

Please sign in to comment.