Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1eb0c0

Browse files
committed
so, what's any?
1 parent 4352b50 commit d1eb0c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/reference-block.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
{% endif %}
5353
{% elsif obj[1].valType == "info_array" %}
5454
(<code>{array}</code>)
55+
{% elsif obj[1].valType == "any" %}
56+
(<code>number or categorical coordinate string</code>)
5557
{% else %}
5658
{% assign typekey = obj[1].valType %}
5759
(<code tooltip="{{site.data.plotschema.defs.valObjects[typekey].description}}" class="attribute-type">{{ obj[1].valType }}</code>)

0 commit comments

Comments
 (0)