mirror of
https://github.com/Z3Prover/z3
synced 2025-11-09 23:52:02 +00:00
fix up documentation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bfe6670b73
commit
5079b10597
2 changed files with 3 additions and 3 deletions
|
|
@ -3483,7 +3483,7 @@ extern "C" {
|
|||
Z3_ast Z3_API Z3_mk_finite_set_filter(Z3_context c, Z3_ast f, Z3_ast set);
|
||||
|
||||
/**
|
||||
\brief Create a finite set of integers in the range [low, high).
|
||||
\brief Create a finite set of integers in the range [low, high].
|
||||
|
||||
def_API('Z3_mk_finite_set_range', AST, (_in(CONTEXT), _in(AST), _in(AST)))
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue