* spot/twaalgos/mealy_machine.hh: Typo in documentation.
This commit is contained in:
parent
602aad013f
commit
aba0e8dd24
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue