summaryrefslogtreecommitdiff
path: root/src/api/parsekinds.py
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-05-20 17:41:50 -0700
committerGitHub <noreply@github.com>2021-05-21 00:41:50 +0000
commit9670dd43576cd21de82e22e76c57e783aa143d21 (patch)
tree7a5157afa203bbe0a8755bdb0e178fb993d7e262 /src/api/parsekinds.py
parent9e5f2385b73d55f675fa3996a2dd6df0e8d7652b (diff)
BV: Rename BITVECTOR_PLUS to BITVECTOR_ADD. (#6589)
Diffstat (limited to 'src/api/parsekinds.py')
-rw-r--r--src/api/parsekinds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/parsekinds.py b/src/api/parsekinds.py
index f0ac415e1..0c39bca6f 100644
--- a/src/api/parsekinds.py
+++ b/src/api/parsekinds.py
@@ -102,7 +102,7 @@ class KindsParser:
so that the word after "Is" is capitalized
Examples:
- BITVECTOR_PLUS --> BVPlus
+ BITVECTOR_ADD --> BVAdd
APPLY_SELECTOR --> ApplySelector
FLOATINGPOINT_ISNAN --> FPIsNan
SETMINUS --> Setminus
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback