Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Feb 10, 2025
1 parent 5c9c5eb commit 30308f9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
The concept `FrechetDistanceTraits` defines the requirements of the
first template parameter of the functions `CGAL::is_Frechet_distance_larger()`
and `CGAL::bounded_error_Frechet_distance()`.
and `CGAL::bounded_error_Frechet_distance()`, as well as of the
class template `CGAL::Frechet_distance::Neighbor_search`.
\cgalHasModelsBegin
Expand Down Expand Up @@ -57,7 +58,7 @@ using Construct_bbox_d = unspecified_type;
/*!
Functor with operator to compare the squared distance of two objects of type `Point_d` with a bound of type `FT`,
returning a `CGAL::Comparison_result`.
\note Only needed by class template `CGAL::Frechet_distance_Neighor_search`.
\note Only needed by class template `CGAL::Frechet_distance::Neighbor_search`.
*/
using Compare_squared_distance_d = unspecified_type;
/// @}
Expand Down

0 comments on commit 30308f9

Please sign in to comment.