From 916e03657d04dc21372b5ef5adbbf8ae96fa48a8 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Sat, 14 Aug 2021 18:39:13 +0200 Subject: [PATCH] fixed typo --- Installation/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 9ba6076be8a..4641a9e6f61 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -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)