fix warning

This commit is contained in:
Sébastien Loriot 2025-03-17 09:19:02 +01:00
parent a3266b3527
commit dbcc15af3f
1 changed files with 1 additions and 1 deletions

View File

@ -3575,7 +3575,7 @@ The concept `AosApproximateTraits_2` refines the concept
`Approximate_number_type` required by the latter, a model of the
`AosApproximateTraits_2` concept must define the type
`Approximate_point_2`, which is typically defined as
`CGAL::Cartesian<Approximate_number_type>::Point_2`. Also, it must
`CGAL::Cartesian<Approximate_number_type>::%Point_2`. Also, it must
support the operations below (in addition to the operation required by
the concept `AosApproximatePointTraits_2`).