diff options
Diffstat (limited to 'docs/content/en/functions/math/Mod.md')
-rw-r--r-- | docs/content/en/functions/math/Mod.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/content/en/functions/math/Mod.md b/docs/content/en/functions/math/Mod.md index d312730c5..6035a361e 100644 --- a/docs/content/en/functions/math/Mod.md +++ b/docs/content/en/functions/math/Mod.md @@ -3,12 +3,11 @@ title: math.Mod description: Returns the modulus of two integers. categories: [] keywords: [] -action: - aliases: [mod] - related: - - functions/math/ModBool - returnType: int64 - signatures: [math.Mod VALUE1 VALUE2] +params: + functions_and_methods: + aliases: [mod] + returnType: int64 + signatures: [math.Mod VALUE1 VALUE2] --- ```go-html-template |