diff options
author | Patrick Helm <deradon87@gmail.com> | 2013-03-12 18:18:09 +0100 |
---|---|---|
committer | Patrick Helm <deradon87@gmail.com> | 2013-03-12 18:18:09 +0100 |
commit | 680fab830898b56d70792d1f708a1bb3bac2b33a (patch) | |
tree | c0187ce41672bdde83a01207caf5220f41a87259 /railties/lib/rails | |
parent | 694c9ed6c383f9b0d7e510f9e9b0a5491636e032 (diff) | |
download | rails-680fab830898b56d70792d1f708a1bb3bac2b33a.tar.gz rails-680fab830898b56d70792d1f708a1bb3bac2b33a.tar.bz2 rails-680fab830898b56d70792d1f708a1bb3bac2b33a.zip |
Fix missing closing <tt> tag
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/engine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index 579af8c6a5..93504b3b35 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -107,7 +107,7 @@ module Rails # # 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. - # 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 # |