Skip to content

Commit a8c85e2

Browse files
SwastyyPanquesito7
andauthored
Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent ea4a06f commit a8c85e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace bit_manipulation {
3131
namespace count_of_trailing_ciphers_in_factorial_n {
3232
/**
3333
* @brief Function to count the number of the trailing ciphers
34-
* @param n, Number for which `n!` ciphers are returned
34+
* @param n number for which `n!` ciphers are returned
3535
* @return count, Number of ciphers in `n!`.
3636
*/
3737
uint64_t numberOfCiphersInFactorialN(uint64_t n) {

0 commit comments

Comments
 (0)