Skip to content

Commit d977c15

Browse files
Merge pull request #2462 from waywardmonkeys/fix-typo
Fix typo.
2 parents bc3b0f6 + 6be36f1 commit d977c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/z3_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3698,7 +3698,7 @@ extern "C" {
36983698
Z3_func_decl Z3_API Z3_mk_piecewise_linear_order(Z3_context c, Z3_sort a, unsigned id);
36993699

37003700
/**
3701-
\brief create a tree ordering lreation over signature \c a identified using index \c id.
3701+
\brief create a tree ordering relation over signature \c a identified using index \c id.
37023702
37033703
def_API('Z3_mk_tree_order', FUNC_DECL, (_in(CONTEXT), _in(SORT), _in(UINT)))
37043704
*/

0 commit comments

Comments
 (0)