Skip to content

Commit ea4a06f

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 67f2a3c commit ea4a06f

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
@@ -30,7 +30,7 @@ namespace bit_manipulation {
3030
*/
3131
namespace count_of_trailing_ciphers_in_factorial_n {
3232
/**
33-
* @brief Function to count the number of trailing ciphers.
33+
* @brief Function to count the number of the trailing ciphers
3434
* @param n, Number for which `n!` ciphers are returned
3535
* @return count, Number of ciphers in `n!`.
3636
*/

0 commit comments

Comments
 (0)