Skip to content

Commit

Permalink
doc review: typo
Browse files Browse the repository at this point in the history
Co-authored-by: hschreiber <48448038+hschreiber@users.noreply.github.com>
  • Loading branch information
VincentRouvreau and hschreiber authored Nov 14, 2024
1 parent 7ce085d commit 2ab4bff
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 @@ -639,7 +639,7 @@ class Simplex_tree {
template<typename> friend class Simplex_tree;

/** \brief Checks if two simplex trees are equal. Any extra data (@ref Simplex_data) stored in the simplices are
* ignored in the coomparison
* ignored in the comparison.
*/
template<class OtherSimplexTreeOptions>
bool operator==(Simplex_tree<OtherSimplexTreeOptions>& st2) {
Expand Down

0 comments on commit 2ab4bff

Please sign in to comment.