1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix missing closing <tt> tag

This commit is contained in:
Patrick Helm 2013-03-12 18:18:09 +01:00
parent 694c9ed6c3
commit 680fab8308

View file

@ -107,7 +107,7 @@ module Rails
# #
# The <tt>Application</tt> class adds a couple more paths to this set. And as in your # The <tt>Application</tt> class adds a couple more paths to this set. And as in your
# <tt>Application</tt>, all folders under +app+ are automatically added to the load path. # <tt>Application</tt>, all folders under +app+ are automatically added to the load path.
# If you have an <tt>app/services/tt> folder for example, it will be added by default. # If you have an <tt>app/services</tt> folder for example, it will be added by default.
# #
# == Endpoint # == Endpoint
# #