summaryrefslogtreecommitdiff
path: root/src/expr/sequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/sequence.h')
-rw-r--r--src/expr/sequence.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/sequence.h b/src/expr/sequence.h
index 461adb667..e42851f58 100644
--- a/src/expr/sequence.h
+++ b/src/expr/sequence.h
@@ -20,7 +20,7 @@
#include <memory>
#include <vector>
-namespace CVC5 {
+namespace cvc5 {
template <bool ref_count>
class NodeTemplate;
@@ -36,7 +36,7 @@ class Sequence
public:
/** constructors for Sequence
*
- * Internally, a CVC5::Sequence is represented by a vector of Nodes (d_seq),
+ * Internally, a cvc5::Sequence is represented by a vector of Nodes (d_seq),
* where each Node in this vector must be a constant.
*/
Sequence() = default;
@@ -173,6 +173,6 @@ struct SequenceHashFunction
std::ostream& operator<<(std::ostream& os, const Sequence& s);
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__SEQUENCE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback