Skip to content

Commit 1ae0a98

Browse files
fix #2466
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 52acbf1 commit 1ae0a98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/api/z3_api.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3674,10 +3674,8 @@ extern "C" {
36743674
/** @name Special relations */
36753675
/*@{*/
36763676
/**
3677-
\brief declare \c a and \c b are in linear order over a relation indexed by \c id.
3678-
3679-
\pre a and b are of same type.
3680-
3677+
\brief create a linear ordering relation over signature \c a.
3678+
The relation is identified by the index \c id.
36813679
36823680
def_API('Z3_mk_linear_order', FUNC_DECL ,(_in(CONTEXT), _in(SORT), _in(UINT)))
36833681
*/

0 commit comments

Comments
 (0)