mirror of https://github.com/CGAL/cgal
fix typo in comment (#8039)
## Summary of Changes Fix typo in comment in Arr_traits_adaptor_2.h
This commit is contained in:
commit
7d9228f7b6
|
|
@ -577,7 +577,7 @@ public:
|
||||||
return (m_self->compare_y_at_x_right_2_object()(xcv1, xcv2, left1));
|
return (m_self->compare_y_at_x_right_2_object()(xcv1, xcv2, left1));
|
||||||
}
|
}
|
||||||
|
|
||||||
// We now that the curves do not share a common endpoint, and we can
|
// We know that the curves do not share a common endpoint, and we can
|
||||||
// compare their relative y-position (which does not change to the left
|
// compare their relative y-position (which does not change to the left
|
||||||
// of the given point p).
|
// of the given point p).
|
||||||
return (m_self->compare_y_position_2_object()(xcv1, xcv2));
|
return (m_self->compare_y_position_2_object()(xcv1, xcv2));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue