From 7efd0593e77ae0fcd34ade420775ac447309a13e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sun, 29 Jan 2023 17:04:41 +0000 Subject: [PATCH] fix typo --- .../doc/Spatial_searching/CGAL/Weighted_Minkowski_distance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spatial_searching/doc/Spatial_searching/CGAL/Weighted_Minkowski_distance.h b/Spatial_searching/doc/Spatial_searching/CGAL/Weighted_Minkowski_distance.h index 1195418e697..80dd8677699 100644 --- a/Spatial_searching/doc/Spatial_searching/CGAL/Weighted_Minkowski_distance.h +++ b/Spatial_searching/doc/Spatial_searching/CGAL/Weighted_Minkowski_distance.h @@ -11,7 +11,7 @@ For the purpose of the distance computations it is more efficient to compute the transformed distance \f$ {\sigma_{i=1}^{i=d} \, w_i(r_i-q_i)^p}\f$ instead of the actual distance. \note As this distance involves the computation of a power it is not -done exact but with floaring point arithmetic. +done exact but with floating point arithmetic. \tparam Traits must be a model of the concept `SearchTraits`, for example `Search_traits_2`.