diff --git a/markdown/dev/reference/api/utils/curveintersectsx/en.md b/markdown/dev/reference/api/utils/curveintersectsx/en.md index 47f0d7b1f88..abf8ec96d33 100644 --- a/markdown/dev/reference/api/utils/curveintersectsx/en.md +++ b/markdown/dev/reference/api/utils/curveintersectsx/en.md @@ -14,17 +14,17 @@ array | Point | false utils.curveIntersectsX( Finds the point(s) where a curve intersects a given X-value. This is a low-level variant -of [`Path.intersectsX()`](/en/docs/developer/api/path/#pathintersectsx). +of [`Path.intersectsX()`](/reference/api/path/#pathintersectsx). Instead of a path, you describe a single curve by passing the four points that describes it. This returns `false` if no intersections are found, -a [Point](/en/docs/developer/api/point/) object if +a [Point](/reference/api/point) object if a single intersection is found, and an array -of [Point](/en/docs/developer/api/point/) objects if +of [Point](/reference/api/point) objects if multiple intersections are found. - +A Utils.curveIntersectX() example ```js let {