summaryrefslogtreecommitdiff
path: root/src/Rips_complex/include/gudhi/Rips_complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Rips_complex/include/gudhi/Rips_complex.h')
-rw-r--r--src/Rips_complex/include/gudhi/Rips_complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rips_complex/include/gudhi/Rips_complex.h b/src/Rips_complex/include/gudhi/Rips_complex.h
index 10f674e5..9eb22d03 100644
--- a/src/Rips_complex/include/gudhi/Rips_complex.h
+++ b/src/Rips_complex/include/gudhi/Rips_complex.h
@@ -47,7 +47,7 @@ namespace rips_complex {
* \ingroup rips_complex
*
* \details
- * The data structure is a 1-skeleton graph constructed from a point cloud, containing edges when the edge length is
+ * The data structure is a one skeleton graph constructed from a point cloud, containing edges when the edge length is
* less or equal to a given threshold. Edge length is computed from a user given function.
*
* The complex is a template class requiring a Filtration_value type.