summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Min.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/math/Min.md')
-rw-r--r--docs/content/en/functions/math/Min.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/content/en/functions/math/Min.md b/docs/content/en/functions/math/Min.md
index 79e464c74..4f7d7b85a 100644
--- a/docs/content/en/functions/math/Min.md
+++ b/docs/content/en/functions/math/Min.md
@@ -3,12 +3,11 @@ title: math.Min
description: Returns the smaller of all numbers. Accepts scalars, slices, or both.
categories: []
keywords: []
-action:
- aliases: []
- related:
- - functions/math/Max
- returnType: float64
- signatures: [math.Min VALUE...]
+params:
+ functions_and_methods:
+ aliases: []
+ returnType: float64
+ signatures: [math.Min VALUE...]
---
```go-html-template