3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

Merge pull request #2462 from waywardmonkeys/fix-typo

Fix typo.
This commit is contained in:
Nikolaj Bjorner 2019-08-04 18:00:55 -07:00 committed by GitHub
commit d977c151f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)))
*/