summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/api/cvc4cpp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/cvc4cpp.h b/src/api/cvc4cpp.h
index edd74280a..bba654200 100644
--- a/src/api/cvc4cpp.h
+++ b/src/api/cvc4cpp.h
@@ -2788,7 +2788,8 @@ class CVC4_PUBLIC Solver
Term mkConst(Sort sort, const std::string& symbol = std::string()) const;
/**
- * Create (bound) variable.
+ * Create a bound variable to be used in a binder (i.e. a quantifier, a
+ * lambda, or a witness binder).
* @param sort the sort of the variable
* @param symbol the name of the variable
* @return the variable
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback