fix typo in comment (#8039)

## Summary of Changes

Fix typo in comment in Arr_traits_adaptor_2.h
This commit is contained in:
Laurent Rineau 2024-02-19 14:30:16 +01:00 committed by GitHub
commit 7d9228f7b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ public:
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
// of the given point p).
return (m_self->compare_y_position_2_object()(xcv1, xcv2));