* src/ltlast/multop.hh: Typo in comment.
This commit is contained in:
parent
d741d9266d
commit
c46d6cee9a
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ namespace spot
|
|||
|
||||
/// \brief construct a formula without the nth child.
|
||||
///
|
||||
/// If the formula \c f is <code>a|b|c|d</code> and <code>d</code>
|
||||
/// If the formula \c f is <code>a|b|c|d</code> and <code>c</code>
|
||||
/// is child number 2, then calling <code>f->all_but(2)</code> will
|
||||
/// return a new formula <code>a|b|d</code>.
|
||||
const formula* all_but(unsigned n) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue