From a361e4dcefc9e63f5164c4bc09fea4419c7f3b54 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Sat, 23 May 2015 16:40:43 +0100 Subject: [PATCH] typo --- src/api/z3_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/z3_api.h b/src/api/z3_api.h index da24f4caf..ec321b66d 100644 --- a/src/api/z3_api.h +++ b/src/api/z3_api.h @@ -6022,7 +6022,7 @@ END_MLAPI_EXCLUDE /** \brief Parse an SMT-LIB2 string with fixedpoint rules. Add the rules to the current fixedpoint context. - Return the set of queries in the file. + Return the set of queries in the string. \param c - context. \param f - fixedpoint context.