Skip to content

Commit

Permalink
fix(html-theme): Fix extends declaration implementation for classes
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jan 21, 2021
1 parent a8d180c commit 2c2e159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/class.eta
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const {declaration, md} = it;

<!-- Extends -->
<% if (declaration.extends && declaration.extends.length) { %>
extends <%= declaration.extends.join(', ') %>
extends <%= declaration.extends %>
<% } %>
</code>
</b>
Expand Down

0 comments on commit 2c2e159

Please sign in to comment.