Skip to content

Commit 68d0b02

Browse files
Update lib/ex_doc/formatter/markdown/templates/detail_template.eex
Co-authored-by: Eksperimental <eksperimental@autistici.org>
1 parent abe0e26 commit 68d0b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_doc/formatter/markdown/templates/detail_template.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
<%= if deprecated = node.deprecated do %>
55
> This <%= node.type %> is deprecated. <%= h(deprecated) %>.
6-
<% end %>
76

7+
<% end %>
88
<%= if node.specs != [] do %>
99
<%= for spec <- node.specs do %>
1010
```elixir

0 commit comments

Comments
 (0)