Documentation typo for Curve.Split(Plane, double, double)

I noticed a small typo in the documentation for:

Rhino.Geometry.Curve.Split(Plane, double, double)

The page currently says:

Splits a curve into pieces using a surface.

Since this overload takes a Plane, I believe it should say:

Splits a curve into pieces using a plane.

I’m very happy this was finally added to the SDK.

Thanks!