File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
changelogs/client_server/newsfragments Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change
1
+ Clarify enum values by separating possible values with commas.
Original file line number Diff line number Diff line change 89
89
< td >
90
90
{{ if $required }}< strong > Required: </ strong > {{end -}}
91
91
{{ $property.description | markdownify -}}
92
- {{ if eq $type "enum"}}< p > One of: < code > {{ $property.enum }} </ code > .</ p > {{ end -}}
92
+ {{ if eq $type "enum"}}< p > One of: < code > [ {{ delimit $property.enum ", " }}] </ code > .</ p > {{ end -}}
93
93
{{ if (index $property "x-addedInMatrixVersion") }}{{ partial "added-in" (dict "v" (index $property "x-addedInMatrixVersion")) }}{{ end -}}
94
94
{{ if (index $property "x-changedInMatrixVersion") }}{{ partial "changed-in" (dict "changes_dict" (index $property "x-changedInMatrixVersion")) }}{{ end -}}
95
95
</ td >
You can’t perform that action at this time.
0 commit comments