From 2c2dc611d1c005fbbe1c90d385cdea8f7ea2cac8 Mon Sep 17 00:00:00 2001 From: CarlosZoft <62192072+CarlosZoft@users.noreply.github.com> Date: Sun, 24 Apr 2022 13:32:05 -0300 Subject: [PATCH] fix: improving descrition of function imod acording suggestion in review --- math/modular_inverse_simple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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