Skip to content

Commit 3e3e75c

Browse files
doc: ensure brief for bit_manip name space is the same across files
1 parent 2c97141 commit 3e3e75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/count_distinct_primes_from_binary_string.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static std::vector<bool> is_prime;
2828

2929
/**
3030
* @namespace bit_manipulation
31-
* @brief Bit manipulation algorithms and prime preprocessing
31+
* @brief Bit manipulation algorithms
3232
*/
3333
namespace bit_manipulation {
3434

0 commit comments

Comments
 (0)