* spot/twaalgos/mealy_machine.hh: Typo in documentation.

This commit is contained in:
Alexandre Duret-Lutz 2025-02-04 21:12:13 +01:00
parent 602aad013f
commit aba0e8dd24

View file

@ -60,7 +60,7 @@ namespace spot
/// \brief Checks whether or not the automaton is a split mealy machine /// \brief Checks whether or not the automaton is a split mealy machine
/// ///
/// A split mealy machine is a mealy machine machine that has /// A split mealy machine is a mealy machine machine that has
/// be converted into a game. It should have the named property /// been converted into a game. It should have the named property
/// `"state-player"`, moreover the game should be alternating /// `"state-player"`, moreover the game should be alternating
/// between the two players. Transitions leaving states owned by /// between the two players. Transitions leaving states owned by
/// player 0 (the environment) should use only input propositions, /// player 0 (the environment) should use only input propositions,