diff options
Diffstat (limited to 'docs/content/en/functions/reflect/IsMap.md')
-rw-r--r-- | docs/content/en/functions/reflect/IsMap.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/content/en/functions/reflect/IsMap.md b/docs/content/en/functions/reflect/IsMap.md index ada5a221d..55b9811d7 100644 --- a/docs/content/en/functions/reflect/IsMap.md +++ b/docs/content/en/functions/reflect/IsMap.md @@ -3,12 +3,11 @@ title: reflect.IsMap description: Reports whether the given value is a map. categories: [] keywords: [] -action: - aliases: [] - related: - - functions/reflect/IsSlice - returnType: bool - signatures: [reflect.IsMap INPUT] +params: + functions_and_methods: + aliases: [] + returnType: bool + signatures: [reflect.IsMap INPUT] aliases: [/functions/reflect.ismap] --- |