fixed typo

This commit is contained in:
Dmitry Anisimov 2021-08-14 18:39:13 +02:00
parent 60804d738e
commit 916e03657d
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ Release date: December 2021
### [2D and 3D Linear Geometry Kernel](https://doc.cgal.org/5.4/Manual/packages.html#PkgKernel23)
- Added `construct_centroid_2_object()` and `compute_determinant_2_object()` in `Projection_traits_xy_3`, `Projection_traits_xz_3`, and`Projection_traits_yz_3` classes.
- Added `construct_centroid_2_object()` and `compute_determinant_2_object()` in `Projection_traits_xy_3`, `Projection_traits_xz_3`,
and `Projection_traits_yz_3` classes.
### [Polygon Mesh Processing](https://doc.cgal.org/5.4/Manual/packages.html#PkgPolygonMeshProcessing)