Skip to content

Commit 17a84ee

Browse files
author
Victor Homyakov
committed
Properly closed HTML paragraph tag
1 parent 8557696 commit 17a84ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/html/partials/methodized_note.erb

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
<% else %>
66
This method can be called <em>either</em> as an instance method <em>or</em> as a <a href="<%= path_to(object.functionalized_self) %>">generic method</a>.
77
<% end %>
8-
If calling as a generic, pass the instance in as the first argument.<p>
8+
If calling as a generic, pass the instance in as the first argument.
9+
</p>
910
<% end %>

0 commit comments

Comments
 (0)