summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index cd4105cd0..7941cfdd5 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -842,7 +842,7 @@ public:
*
* This makes the string constant based on the string s. This may involve
* processing ad-hoc escape sequences (if the language is not
- * SMT-LIB 2.6.1 or higher), or otherwise calling the solver to construct
+ * SMT-LIB 2.6 or higher), or otherwise calling the solver to construct
* the string.
*/
Expr mkStringConstant(const std::string& s);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback