summaryrefslogtreecommitdiff
path: root/src/theory/builtin
diff options
context:
space:
mode:
authorFabian Wolff <fabi.wolff@arcor.de>2017-04-05 00:47:10 +0200
committerFabian Wolff <fabi.wolff@arcor.de>2017-04-05 00:47:10 +0200
commit3079060385f448ca97dcfc4679ca369806a75ed0 (patch)
treeab41e54d4192537151f8afe28e22d31546e7f90f /src/theory/builtin
parentbf682b92e2bddcd490604f8a65c440b9c4c2f2f9 (diff)
Fix several spelling errors
Diffstat (limited to 'src/theory/builtin')
-rw-r--r--src/theory/builtin/kinds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/builtin/kinds b/src/theory/builtin/kinds
index c0f955861..0ebebf1dd 100644
--- a/src/theory/builtin/kinds
+++ b/src/theory/builtin/kinds
@@ -302,7 +302,7 @@ operator SEXPR 0: "a symbolic expression (any arity)"
operator LAMBDA 2 "a lambda expression; first parameter is a BOUND_VAR_LIST, second is lambda body"
-parameterized CHAIN CHAIN_OP 2: "chained operator (N-ary), turned into a conjuction of binary applications of the operator on adjoining parameters; first parameter is a CHAIN_OP representing a binary operator, rest are arguments to that operator"
+parameterized CHAIN CHAIN_OP 2: "chained operator (N-ary), turned into a conjunction of binary applications of the operator on adjoining parameters; first parameter is a CHAIN_OP representing a binary operator, rest are arguments to that operator"
constant CHAIN_OP \
::CVC4::Chain \
::CVC4::ChainHashFunction \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback