mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
Fix C++ API comment typo.
This commit is contained in:
parent
60e4cad7f1
commit
17a0d75436
|
@ -6,7 +6,7 @@ Copyright (c) 2012 Microsoft Corporation
|
|||
- Smart pointers for all Z3 objects.
|
||||
- Object-Oriented interface.
|
||||
- Operator overloading.
|
||||
- Exceptions for signining Z3 errors
|
||||
- Exceptions for signaling Z3 errors
|
||||
|
||||
The C API can be used simultaneously with the C++ layer.
|
||||
However, if you use the C API directly, you will have to check the error conditions manually.
|
||||
|
|
Loading…
Reference in a new issue