From 29b737a08b0dfaf448e2ab61e77225c49c4155cf Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 31 May 2022 15:21:35 +0100 Subject: [PATCH] Bounding_volumes: Fix typo --- .../doc/Bounding_volumes/CGAL/Approximate_min_ellipsoid_d.h | 2 +- Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bounding_volumes/doc/Bounding_volumes/CGAL/Approximate_min_ellipsoid_d.h b/Bounding_volumes/doc/Bounding_volumes/CGAL/Approximate_min_ellipsoid_d.h index 8f33d597b83..7c165ece3e3 100644 --- a/Bounding_volumes/doc/Bounding_volumes/CGAL/Approximate_min_ellipsoid_d.h +++ b/Bounding_volumes/doc/Bounding_volumes/CGAL/Approximate_min_ellipsoid_d.h @@ -337,7 +337,7 @@ sorted lengths of the computed ellipsoid's axes. The \f$ d\f$ returned numbers are floating-point approximations to the exact axes-lengths of the computed ellipsoid; no guarantee is given w.r.t.\ the involved relative error. (See also method -`axes_direction_cartesian_begin()`.) \pre `ame.is_full_dimensional() == true`, and \f$ d\in\{2,3\}\f$. +`axis_direction_cartesian_begin()`.) \pre `ame.is_full_dimensional() == true`, and \f$ d\in\{2,3\}\f$. */ Axes_lengths_iterator axes_lengths_begin(); diff --git a/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d.h index a24e4368163..2116da63c43 100644 --- a/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d.h +++ b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d.h @@ -362,7 +362,7 @@ namespace CGAL { // the computed ellipsoid's axes. The d lengths are floating-point // approximations to the exact axes-lengths of the computed ellipsoid; no // guarantee is given w.r.t. the involved relative error. (See also method - // axes_direction_cartesian_begin().) The elements of the iterator are + // `axis_direction_cartesian_begin()`.) The elements of the iterator are // sorted descending. // // Precondition: !is_degenerate() && (d==2 || d==3)