Skip to content

Commit

Permalink
docs: fix up typeParameter cases in signature functions
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jul 31, 2020
1 parent 558d596 commit 6a7c4e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_includes/type.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
{%- when "reflection" %}
{%- assign type = type.declaration %}
{%- include type.html %}
{%- when "typeParameter" %}
{%- assign name = type.name %}
{%- assign type = type.constraint %}
{{- ''}}<span class="nf">{{ name }}</span>
{%- else %}
{%- if type.signatures %}
{%- assign rootType = type %}
Expand Down

0 comments on commit 6a7c4e2

Please sign in to comment.