Skip to content

Commit

Permalink
doc review: typo
Browse files Browse the repository at this point in the history
Co-authored-by: hschreiber <[email protected]>
  • Loading branch information
VincentRouvreau and hschreiber authored Nov 14, 2024
1 parent 59ce648 commit 5b3e30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Simplex_tree/include/gudhi/Simplex_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,7 @@ class Simplex_tree {
* @warning Serialize/Deserialize is not portable. It is meant to be read in a Simplex_tree with the same
* SimplexTreeOptions and on a computer with the same architecture.
*
* Serialize/Deserialize ignore any extra data (@ref Simplex_data) stored in the simplices for now.
* Serialize/Deserialize ignores any extra data (@ref Simplex_data) stored in the simplices for now.
*/
/* Let's take the following simplicial complex as example: */
/* (vertices are represented as letters to ease the understanding) */
Expand Down

0 comments on commit 5b3e30e

Please sign in to comment.