summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2022-05-22 18:42:34 +0200
committerGitHub <noreply@github.com>2022-05-22 18:42:34 +0200
commitfa413a02065e03296d9cf375c2b74d5fd381f3bb (patch)
treef59ecb126654482bab87a7938503bd8499ad4bae /src/Bitmap_cubical_complex
parent6c8024c5d17fe3dc03584f97bc883b7f56f71b7e (diff)
Update src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
Diffstat (limited to 'src/Bitmap_cubical_complex')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h2
1 files changed, 1 insertions, 1 deletions
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;