1
0
Fork 0

fix(markdown): Typo in doc for utils.beamIntersectsCurve()

This commit is contained in:
Benjamin Fan 2024-03-16 21:39:31 -07:00
parent 1ece197760
commit 23b87ad208

View file

@ -4,7 +4,7 @@ title: utils.beamIntersectsCurve()
The `utils.beamIntersectsCurve()` function finds the intersection between an endless
line and a curve described by points
`start`, `cp1`, `cp2, and `end\`.
`start`, `cp1`, `cp2`, and `end`.
<Warning>