aiger: fix some typos and inconsistencies
* spot/twaalgos/aiger.hh: Fix errors in documentation. * spot/twaalgos/aiger.cc: Adjust text of exception.
This commit is contained in:
parent
590929fbcf
commit
17070b6cee
2 changed files with 23 additions and 23 deletions
|
|
@ -1706,7 +1706,7 @@ namespace
|
|||
else
|
||||
throw std::runtime_error(buffer + " does not describe a "
|
||||
"mode supported for AIGER creation. Expected\n"
|
||||
"ite|isop|both[+sub][+dc][+ud]\n"
|
||||
"ite|isop|both[+sub0|sub1|sub2][+dc][+ud]\n"
|
||||
"or a coma separated list of such expressions.");
|
||||
}
|
||||
res.push_back(std::move(this_opt));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue