Skip to content

Commit 67abc7d

Browse files
nharris-star2startmcw
authored andcommitted
Fix typo and return function signature div.
1 parent f6616f2 commit 67abc7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/default_theme/section._

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717

1818
<%= md(section.description) %>
1919

20+
<div class='pre p1 fill-light mt0'><%= signature(section) %></div>
2021
<% if (section.type) { %>
2122
<p>
2223
Type:
2324
<%= formatType(section.type) %>
2425
</p>
2526
<% } %>
26-
<% if (section.arguments && section.augments.length) { %>
27+
<% if (section.augments && section.augments.length) { %>
2728
<p>
2829
Extends
2930
<% if (section.augments) { %>

0 commit comments

Comments
 (0)