Skip to content

Commit 2c69df3

Browse files
Update lib/ex_doc/formatter/markdown/templates/module_template.eex
Co-authored-by: Eksperimental <[email protected]>
1 parent 68d0b02 commit 2c69df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

55
<%= if deprecated = module.deprecated do %>
66
> This <%= module.type %> is deprecated. <%=h deprecated %>.
7-
<% end %>
87

8+
<% end %>
99
<%= if doc = node_doc(module) do %>
1010
<%= doc %>
1111
<% end %>

0 commit comments

Comments
 (0)