From 731fe75c916c5d312859b7d080b1a751f84ce77d Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 2 Jun 2022 17:07:58 +0200 Subject: [PATCH] Typo in doc --- Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt | 2 +- Generalized_map/doc/Generalized_map/Generalized_map.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt b/Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt index 2cad84a668a..03fc0524afc 100644 --- a/Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt +++ b/Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt @@ -255,7 +255,7 @@ typedef CGAL::Combinatorial_map<3, Items_with_indices> Cmap3_with_index; \endcode -The two main interests of the index version comparing to the handle ones are: (1)~it has a lower memory footprint than a 64-bit pointer based version; (2)~indices are contiguous, they can be used as index into vectors which store properties. The main interest of the handle version is the fact that handles can be dereferenced, which can simplify some code. +The two main interests of the index version comparing to the handle ones are: (1) it has a lower memory footprint than a 64-bit pointer based version; (2) indices are contiguous, they can be used as index into vectors which store properties. The main interest of the handle version is the fact that handles can be dereferenced, which can simplify some code. \cgalModifEnd diff --git a/Generalized_map/doc/Generalized_map/Generalized_map.txt b/Generalized_map/doc/Generalized_map/Generalized_map.txt index d39ef5ea0e7..97345cb0658 100644 --- a/Generalized_map/doc/Generalized_map/Generalized_map.txt +++ b/Generalized_map/doc/Generalized_map/Generalized_map.txt @@ -254,7 +254,7 @@ typedef CGAL::Generalized_map<3, Items_with_indices> Gmap3_with_index; \endcode -The two main interests of the index version comparing to the handle ones are: (1)~it has a lower memory footprint than a 64-bit pointer based version; (2)~indices are contiguous, they can be used as index into vectors which store properties. The main interest of the handle version is the fact that handles can be dereferenced, which can simplify some code. +The two main interests of the index version comparing to the handle ones are: (1) it has a lower memory footprint than a 64-bit pointer based version; (2) indices are contiguous, they can be used as index into vectors which store properties. The main interest of the handle version is the fact that handles can be dereferenced, which can simplify some code. \cgalModifEnd