Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Jun 28, 2024
1 parent 446fdf9 commit 910552c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/libsemigroups/presentation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ namespace libsemigroups {
//! \tparam Word the type of the words in the presentation.
//! \tparam Compare the type of the compare function.
//! \param p the presentation whose rules should be sorted.
//! \param cmp the comparision function.
//! \param cmp the comparison function.
//!
//! \throws LibsemigroupsException if `p.rules.size()` is odd.
//!
Expand All @@ -1156,7 +1156,7 @@ namespace libsemigroups {
//! \tparam Word the type of the words in the presentation.
//! \tparam Compare the type of the compare function.
//! \param p the presentation to sort.
//! \param cmp the comparision function.
//! \param cmp the comparison function.
//!
//! \throws LibsemigroupsException if `p.rules.size()` is odd.
template <typename Word, typename Compare>
Expand Down Expand Up @@ -1185,7 +1185,7 @@ namespace libsemigroups {
//! \tparam Word the type of the words in the presentation.
//! \tparam Compare the type of the compare function.
//! \param p the presentation to check.
//! \param cmp the comparision function.
//! \param cmp the comparison function.
//!
//! \returns A value of type `bool`.
//!
Expand Down

0 comments on commit 910552c

Please sign in to comment.