From b668fb4b5a9bd9f5628f7b8bcf14c87b01b3634a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 22 Sep 2025 11:52:46 +0200 Subject: [PATCH] Fix grammar --- Kernel_23/doc/Kernel_23/CGAL/Cartesian_converter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel_23/doc/Kernel_23/CGAL/Cartesian_converter.h b/Kernel_23/doc/Kernel_23/CGAL/Cartesian_converter.h index 3294a90c688..4b365aac862 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Cartesian_converter.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Cartesian_converter.h @@ -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`. */ K2::Point_2 operator()(const K1::Point_2&p);