mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
Fix minor issues in docs.
This commit is contained in:
parent
b1f05d8271
commit
0a0b7a9635
2 changed files with 2 additions and 2 deletions
|
@ -4350,7 +4350,7 @@ extern "C" {
|
|||
Z3_bool Z3_API Z3_is_numeral_ast(Z3_context c, Z3_ast a);
|
||||
|
||||
/**
|
||||
\brief Return true if the give AST is a real algebraic number.
|
||||
\brief Return true if the given AST is a real algebraic number.
|
||||
|
||||
def_API('Z3_is_algebraic_number', BOOL, (_in(CONTEXT), _in(AST)))
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue