mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 21:01:22 +00:00
Fix minor typo in C API documentation
This commit is contained in:
parent
bf83b897a1
commit
5b511f12b3
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ typedef enum
|
||||||
It has the same semantics as Z3_OP_BUREM, but created in a context where the second operand can be assumed to be non-zero.
|
It has the same semantics as Z3_OP_BUREM, but created in a context where the second operand can be assumed to be non-zero.
|
||||||
|
|
||||||
- Z3_OP_BSMOD_I: Binary signed modulus.
|
- Z3_OP_BSMOD_I: Binary signed modulus.
|
||||||
It has the same semantics as Z3_OP_BSMOND, but created in a context where the second operand can be assumed to be non-zero.
|
It has the same semantics as Z3_OP_BSMOD, but created in a context where the second operand can be assumed to be non-zero.
|
||||||
|
|
||||||
- Z3_OP_PR_UNDEF: Undef/Null proof object.
|
- Z3_OP_PR_UNDEF: Undef/Null proof object.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue