1
0
Fork 0

fix(docs): Typo in utils.curveIntersectsY()

This commit is contained in:
Benjamin F 2022-12-05 15:25:06 -08:00
parent 86709a15d7
commit ad50b4cadf

View file

@ -2,7 +2,7 @@
title: utils.curveIntersectsY()
---
The `utils.curveIntersectsX()` function finds the point(s) where a curve
The `utils.curveIntersectsY()` function finds the point(s) where a curve
intersects a given Y-value.
## Signature