From 5ad86a0fb0b04fef9e17720c9db1c80c2e38d1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 28 Mar 2025 21:04:49 +0100 Subject: [PATCH] eg > e.g. --- Kernel_23/doc/Kernel_23/CGAL/Projection_traits_xy_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel_23/doc/Kernel_23/CGAL/Projection_traits_xy_3.h b/Kernel_23/doc/Kernel_23/CGAL/Projection_traits_xy_3.h index 4b28f7dd1bd..055ec11736f 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Projection_traits_xy_3.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Projection_traits_xy_3.h @@ -72,7 +72,7 @@ typedef Line_3 Line_2; /// constructors required to build the dual Voronoi diagram. The /// functors operate on the 2D projection of their arguments. They /// come with preconditions that projections of the arguments are -/// non-degenerate, eg. a line segment does not project on a single +/// non-degenerate, e.g. a line segment does not project on a single /// point, two points do not project on the same point, etc. In the /// following, we specify the choice of the `z`-coordinate in case a /// new point is constructed.