Skip to content

Commit 154c9f8

Browse files
authored
docs: remove p from docstr of NCRModuloP::ncr
1 parent 4da9a4c commit 154c9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/ncr_modulo_p.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class NCRModuloP {
100100

101101
/** Find nCr % p
102102
*
103-
* @params[in] the numbers 'n', 'r' and 'p'
103+
* @params[in] the numbers 'n' and 'r'
104104
* @returns the value nCr % p
105105
*/
106106
int64_t ncr(const int64_t& n, const int64_t& r) const {

0 commit comments

Comments
 (0)