diff --git a/math/modular_inverse_simple.cpp b/math/modular_inverse_simple.cpp index e6fd988d6..f64bf2b0e 100644 --- a/math/modular_inverse_simple.cpp +++ b/math/modular_inverse_simple.cpp @@ -14,7 +14,7 @@ /** * @brief Function imod - * Responsible for calculating the modular inverse from x % y + * Responsible for calculating the modular inverse of x with respect to y * @param x number * @param y number * @returns the modular inverse