From e4073eb21d4edf3cc23e59af9bc45c70d77c23ed Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Wed, 5 Oct 2022 08:45:36 +0200 Subject: doc review: confusion between i.e. and e.g. --- .../include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h index e166c3ee..4c0c7dad 100644 --- a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h +++ b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h @@ -197,7 +197,7 @@ class Skeleton_blocker_sub_complex : public ComplexType { /** * @remark waste of time to create a new simplex each time when we could use instead of addresses_sigma_in_link a - * simplex with special values (ComplexDS::null_vertex i.e.) to indicate that a vertex does not belong to the complex. + * simplex with special values (ComplexDS::null_vertex e.g.) to indicate that a vertex does not belong to the complex. */ template bool proper_face_in_union( -- cgit v1.2.3