Skip to content

Commit ca91c3f

Browse files
committed
Update doc
1 parent 96e4533 commit ca91c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/sieve_of_eratosthenes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ std::vector<bool> sieve(uint32_t N) {
5656
}
5757

5858
/**
59-
* This function prints out the primes to STDOUT
59+
* @brief Function to print the prime numbers
6060
* @param N number till which primes are to be found
6161
* @param is_prime a vector of `N + 1` booleans identifying if `i`^th number is
6262
* a prime or not

0 commit comments

Comments
 (0)