Skip to content

Commit

Permalink
Doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mglisse committed Sep 17, 2023
1 parent a12b15e commit 792db83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cech_complex/concept/SimplicialComplexForMEB.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct SimplicialComplexForMEB {
/** \brief Assigns this 'filtration' value to the 'simplex'. */
int assign_filtration(Simplex_handle simplex, Filtration_value filtration);

/** \brief Returns the key assigned to the 'simplex' with `assign_key`. */
/** \brief Returns the key assigned to the 'simplex' with `assign_key()`. */
Simplex_key key(Simplex_handle simplex);
/** \brief Assigns this 'key' to the 'simplex'. */
void assign_key(Simplex_handle simplex, Simplex_key key);
Expand Down

0 comments on commit 792db83

Please sign in to comment.