Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta 2021-07-23 19:53:21 +05:30 committed by GitHub
parent b541bf3909
commit af5df1f656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ uint64_t numberOfCiphersInFactorialN(uint64_t n) {
} // namespace bit_manipulation
/**
* @brief Test implementations
* @brief Self-test implementations
* @returns void
*/
static void test() {