summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/reflect/IsSlice.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/reflect/IsSlice.md')
-rw-r--r--docs/content/en/functions/reflect/IsSlice.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/content/en/functions/reflect/IsSlice.md b/docs/content/en/functions/reflect/IsSlice.md
index cda24a5e1..3a5c1229b 100644
--- a/docs/content/en/functions/reflect/IsSlice.md
+++ b/docs/content/en/functions/reflect/IsSlice.md
@@ -3,12 +3,11 @@ title: reflect.IsSlice
description: Reports whether the given value is a slice.
categories: []
keywords: []
-action:
- aliases: []
- related:
- - functions/reflect/IsMap
- returnType: bool
- signatures: [reflect.IsSlice INPUT]
+params:
+ functions_and_methods:
+ aliases: []
+ returnType: bool
+ signatures: [reflect.IsSlice INPUT]
aliases: [/functions/reflect.isslice]
---