From fa413a02065e03296d9cf375c2b74d5fd381f3bb Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 22 May 2022 18:42:34 +0200 Subject: Update src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h Co-authored-by: Marc Glisse --- src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h index 51f6a273..4a6af3a4 100644 --- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h +++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h @@ -237,7 +237,7 @@ class Bitmap_cubical_complex : public T { * Filtration_simplex_iterator class provides an iterator though the whole structure in the order of filtration. * Secondary criteria for filtration are: * (1) Dimension of a cube (lower dimensional comes first). - * (2) Position in the data structure (the ones that are earliest in the data structure comes first). + * (2) Position in the data structure (the ones that are earliest in the data structure come first). **/ class Filtration_simplex_range; -- cgit v1.2.3