summaryrefslogtreecommitdiff
path: root/src/commands/bitop.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/bitop.json')
-rw-r--r--src/commands/bitop.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bitop.json b/src/commands/bitop.json
index 7c959683e..d9e1ff9ef 100644
--- a/src/commands/bitop.json
+++ b/src/commands/bitop.json
@@ -1,6 +1,6 @@
{
"BITOP": {
- "summary": "Perform bitwise operations between strings",
+ "summary": "Performs bitwise operations on multiple strings, and stores the result.",
"complexity": "O(N)",
"group": "bitmap",
"since": "2.6.0",