From b4899db4fb5ab829c446c924767c5c94adf772c2 Mon Sep 17 00:00:00 2001 From: CarlosZoft <62192072+CarlosZoft@users.noreply.github.com> Date: Sun, 24 Apr 2022 13:26:34 -0300 Subject: [PATCH] fix: improvinf "brief" and "details" acording suggestion in review --- math/modular_inverse_simple.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/math/modular_inverse_simple.cpp b/math/modular_inverse_simple.cpp index aec28956e..e6fd988d6 100644 --- a/math/modular_inverse_simple.cpp +++ b/math/modular_inverse_simple.cpp @@ -1,10 +1,9 @@ /** * @file - * @brief simple implementation of adaption modular multiplicative inverse - * algorithm + * @brief simple implementation of modular multiplicative inverse * * @details - * this algorithm calculate the modular inverse iteratively + * this algorithm calculates the modular inverse iteratively * * @ref * https://en.wikipedia.org/wiki/Modular_multiplicative_inverse