Skip to content

Commit

Permalink
Doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Dec 9, 2024
1 parent 7280587 commit 68ecbbc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions include/libsemigroups/kambites.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@ namespace libsemigroups {
template <typename OtherWord>
Kambites(congruence_kind knd, Presentation<OtherWord> const& p)
: Kambites(
knd,
// The lambda in the next line converts, say, chars to
// size_ts, but doesn't convert size_ts to human_readable
// characters.
to_presentation<native_word_type>(p, [](auto x) { return x; })) {
knd,
// The lambda in the next line converts, say, chars to
// size_ts, but doesn't convert size_ts to human_readable
// characters.
to_presentation<native_word_type>(p, [](auto x) { return x; })) {
throw_if_1_sided(knd);
}

Expand Down Expand Up @@ -969,8 +969,8 @@ namespace libsemigroups {
//
//! \brief Deduction guide.
//!
//! Deduction guide to construct a Kambites<Word> from a
//! Presentation<Word> const reference.
//! Deduction guide to construct a ``Kambites<Word>`` from a
//! ``Presentation<Word>`` const reference.
template <typename Word>
Kambites(congruence_kind, Presentation<Word> const&) -> Kambites<Word>;

Expand Down

0 comments on commit 68ecbbc

Please sign in to comment.