Skip to content

Commit

Permalink
Fix polygon example name
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Jan 5, 2023
1 parent 827a3cf commit f1cf97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/guide-examples/PolygonExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
useMovablePoint,
} from "mafs"

export default function SimplePoint() {
export default function TrianglePool() {
const a = [2, 0] as [number, number]
const b = [-2, 0] as [number, number]
const c = useMovablePoint([0, 2])
Expand Down

1 comment on commit f1cf97c

@vercel
Copy link

@vercel vercel bot commented on f1cf97c Jan 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.