From 17a0d75436c368853e0a75b42247498ad7398a7d Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 1 Jun 2019 15:57:56 +0700 Subject: [PATCH] Fix C++ API comment typo. --- src/api/c++/z3++.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/c++/z3++.h b/src/api/c++/z3++.h index e795c61f0..f5ee42117 100644 --- a/src/api/c++/z3++.h +++ b/src/api/c++/z3++.h @@ -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.