mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
Fix typo.
This commit is contained in:
parent
bc3b0f6e33
commit
6be36f18c6
|
@ -3698,7 +3698,7 @@ extern "C" {
|
|||
Z3_func_decl Z3_API Z3_mk_piecewise_linear_order(Z3_context c, Z3_sort a, unsigned id);
|
||||
|
||||
/**
|
||||
\brief create a tree ordering lreation over signature \c a identified using index \c id.
|
||||
\brief create a tree ordering relation over signature \c a identified using index \c id.
|
||||
|
||||
def_API('Z3_mk_tree_order', FUNC_DECL, (_in(CONTEXT), _in(SORT), _in(UINT)))
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue