Fix grammar

This commit is contained in:
Mael Rouxel-Labbé 2025-09-22 11:52:46 +02:00
parent d7cfaccfa1
commit b668fb4b5a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Cartesian_converter<>();
/// @{ /// @{
/*! /*!
returns a `K2::Point_2` which coordinates are those of `p`, returns a `K2::Point_2` whose coordinates are those of `p`,
converted by `NTConverter`. converted by `NTConverter`.
*/ */
K2::Point_2 operator()(const K1::Point_2&p); K2::Point_2 operator()(const K1::Point_2&p);