Fixed typo in comment

This commit is contained in:
Efi Fogel 2022-07-03 19:38:23 +03:00
parent ed27ca760e
commit b390c0e3db
1 changed files with 1 additions and 4 deletions

View File

@ -352,15 +352,12 @@ public:
}; };
/*! Obtain a Compare_y_at_x_2 functor object. */ /*! Obtain a Compare_curve_end_x_2 functor object. */
Compare_curve_end_x_2 compare_curve_end_x_2_object () const Compare_curve_end_x_2 compare_curve_end_x_2_object () const
{ {
return Compare_curve_end_x_2(this); return Compare_curve_end_x_2(this);
} }
/*! A functor that compares the y-coordinates of an edge end and a curve at /*! A functor that compares the y-coordinates of an edge end and a curve at
* the point x-coordinate * the point x-coordinate
*/ */