From 6281b5b1522b8df495e6bff8a9f28fef390ee2b5 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 8 Jun 2018 12:25:00 +0200 Subject: [PATCH] Update Weighted_point_3.h Fix typo --- Kernel_23/doc/Kernel_23/CGAL/Weighted_point_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel_23/doc/Kernel_23/CGAL/Weighted_point_3.h b/Kernel_23/doc/Kernel_23/CGAL/Weighted_point_3.h index 299f8c6bbc8..cef4445a0a3 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Weighted_point_3.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Weighted_point_3.h @@ -61,7 +61,7 @@ public: /*! introduces a weighted point with coordinates `x`, `y`, `z` and weight `0`. */ - Weighted_point_3(const Kernel::FT& x, const Kernel::FT& y, const Kernel::FT& Z); + Weighted_point_3(const Kernel::FT& x, const Kernel::FT& y, const Kernel::FT& z); /// @}