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;