summaryrefslogtreecommitdiff
path: root/src/commands/bitcount.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/bitcount.json')
-rw-r--r--src/commands/bitcount.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bitcount.json b/src/commands/bitcount.json
index 7906415b6..2d277a855 100644
--- a/src/commands/bitcount.json
+++ b/src/commands/bitcount.json
@@ -1,6 +1,6 @@
{
"BITCOUNT": {
- "summary": "Count set bits in a string",
+ "summary": "Counts the number of set bits (population counting) in a string.",
"complexity": "O(N)",
"group": "bitmap",
"since": "2.6.0",