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.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/content/en/functions/reflect/IsSlice.md b/docs/content/en/functions/reflect/IsSlice.md
index 09bab7127..cda24a5e1 100644
--- a/docs/content/en/functions/reflect/IsSlice.md
+++ b/docs/content/en/functions/reflect/IsSlice.md
@@ -1,19 +1,14 @@
---
title: reflect.IsSlice
-description: Reports whether the value is a slice.
-categories: [functions]
+description: Reports whether the given value is a slice.
+categories: []
keywords: []
-menu:
- docs:
- parent: functions
-function:
+action:
aliases: []
+ related:
+ - functions/reflect/IsMap
returnType: bool
signatures: [reflect.IsSlice INPUT]
-namespace: reflect
-relatedFunctions:
- - reflect.IsMap
- - reflect.IsSlice
aliases: [/functions/reflect.isslice]
---