Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 5, 2019
1 parent bc3b0f6 commit 6be36f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/z3_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
*/
Expand Down

0 comments on commit 6be36f1

Please sign in to comment.