From b0dcf8c3f508e9f21cbf82048e00140054d9500a Mon Sep 17 00:00:00 2001 From: lvalque <131978677+LeoValque@users.noreply.github.com> Date: Tue, 15 Apr 2025 09:57:05 +0200 Subject: [PATCH] Remove Documention bug in to_vector of Segment_3.h --- Kernel_23/doc/Kernel_23/CGAL/Segment_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel_23/doc/Kernel_23/CGAL/Segment_3.h b/Kernel_23/doc/Kernel_23/CGAL/Segment_3.h index 36dcda52494..a38b193e798 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Segment_3.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Segment_3.h @@ -92,7 +92,7 @@ returns the squared length of `s`. Kernel::FT squared_length() const; /*! -returns the vector `s.target()` - `s`.`source()`. +returns the vector `s.target()` - `s.source()`. */ Vector_3 to_vector() const;