Skip to content

Commit f228638

Browse files
author
Rand McKinney
committed
Improve anyOf layout
1 parent 7fc29c6 commit f228638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ A string.
153153

154154
{% include description.html str=entity.last.description %}
155155

156-
A {{entity.type}} that is any of the following:
156+
{%- if entity.type -%}A {{entity.type}} that is any {%- else -%} Any {% endif %} of the following:
157157

158158
<ul>{% for i in entity.anyOf %}
159159

0 commit comments

Comments
 (0)