Skip to content

Commit 8333f13

Browse files
committed
made bit counting description more descriptive
1 parent 5b0cc81 commit 8333f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/java/bit-manipulation/bit-counting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Bit Counting
3-
description: Counts the bits in an integer
3+
description: Counts the set bits in the binary representation of an integer
44
author: Mcbencrafter
55
tags: math,number,bits,bit-counting
66
---

0 commit comments

Comments
 (0)