[gnumeric] MOD: doc fix.



commit 01f60c52e4410a09dea8fad7242b92e5487a8f4f
Author: Morten Welinder <terra gnome org>
Date:   Thu Sep 15 21:00:13 2022 -0400

    MOD: doc fix.

 plugins/fn-math/functions.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index 9d4aaeba3..7b418357f 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -1536,8 +1536,8 @@ gnumeric_log10 (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 
 static GnmFuncHelp const help_mod[] = {
        { GNM_FUNC_HELP_NAME, F_("MOD:the remainder of @{x} under division by @{n}")},
-       { GNM_FUNC_HELP_ARG, F_("x:integer")},
-       { GNM_FUNC_HELP_ARG, F_("n:integer")},
+       { GNM_FUNC_HELP_ARG, F_("x:value")},
+       { GNM_FUNC_HELP_ARG, F_("n:value")},
        { GNM_FUNC_HELP_DESCRIPTION, F_("MOD function returns the remainder when @{x} is divided by @{n}.")},
        { GNM_FUNC_HELP_NOTE, F_("If @{n} is 0, MOD returns #DIV/0!")},
        { GNM_FUNC_HELP_EXCEL, F_("This function is Excel compatible.") },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]