summaryrefslogtreecommitdiff
path: root/src/commands/bitpos.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/bitpos.json')
-rw-r--r--src/commands/bitpos.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bitpos.json b/src/commands/bitpos.json
index 439b61246..11b0851e8 100644
--- a/src/commands/bitpos.json
+++ b/src/commands/bitpos.json
@@ -1,6 +1,6 @@
{
"BITPOS": {
- "summary": "Find first bit set or clear in a string",
+ "summary": "Finds the first set (1) or clear (0) bit in a string.",
"complexity": "O(N)",
"group": "bitmap",
"since": "2.8.7",