Triangulation: Fix Typos (#8837)

## Summary of Changes

Fix typos. 

### Todo

- [x] The documentation of policy classes is missing but they are
referenced in the manual. (done in eef2bea)

## Release Management
* Affected package(s):  Triangulation
* Link to compiled documentation (obligatory for small feature) [*wrong
link name to be changed*](httpssss://wrong_URL_to_be_changed/Manual/Pkg)
* License and copyright ownership:  unchanged
This commit is contained in:
Sebastien Loriot 2025-04-24 09:32:31 +02:00 committed by GitHub
commit c0b3724447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ circumscribing ball whose interior does not contain
any vertex of the triangulation.
In case of degeneracies (co-spherical points) the triangulation is not
uniquely defined. Note however that the CGAL implementation computes a
uniquely defined. Note however that the %CGAL implementation computes a
unique triangulation even in these cases.
When a new point `p` is inserted into a Delaunay triangulation, the
@ -488,7 +488,7 @@ than inserting the same points one by one.
The class `CGAL::Regular_triangulation<RegularTriangulationTraits_, TriangulationDataStructure_>` derives from
`CGAL::Triangulation<RegularTriangulationTraits_, TriangulationDataStructure_>`. It thus stores a model of
the concept `TriangulationDataStructure_` which is instantiated with a vertex
the concept `TriangulationDataStructure` which is instantiated with a vertex
type that stores a weighted point and allows its retrieval.
The template parameter `RegularTriangulationTraits_` must be a model of the concept