summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2018-12-28 03:41:46 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-28 10:41:46 +0100
commit9e4f9e0bb69276e9bca0dfbdbc7aefbf5f6fc9e5 (patch)
tree86e8c99da654214643658e75497e44441c0e84d7 /docs
parent3f3187de0f62107da19d9341aebd1d8414bff0ea (diff)
tpl: Fix reflect
Fixes #5564
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/functions/reflect.IsMap.md1
-rw-r--r--docs/content/en/functions/reflect.IsSlice.md1
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/content/en/functions/reflect.IsMap.md b/docs/content/en/functions/reflect.IsMap.md
index 484ec4838..d75b842b4 100644
--- a/docs/content/en/functions/reflect.IsMap.md
+++ b/docs/content/en/functions/reflect.IsMap.md
@@ -1,7 +1,6 @@
---
title: reflect.IsMap
description: Reports if a value is a map.
-draft: true
godocref:
date: 2018-11-28
publishdate: 2018-11-28
diff --git a/docs/content/en/functions/reflect.IsSlice.md b/docs/content/en/functions/reflect.IsSlice.md
index b3d352ddf..27d6aea21 100644
--- a/docs/content/en/functions/reflect.IsSlice.md
+++ b/docs/content/en/functions/reflect.IsSlice.md
@@ -1,7 +1,6 @@
---
title: reflect.IsSlice
description: Reports if a value is a slice.
-draft: true
godocref:
date: 2018-11-28
publishdate: 2018-11-28