From 680fab830898b56d70792d1f708a1bb3bac2b33a Mon Sep 17 00:00:00 2001 From: Patrick Helm Date: Tue, 12 Mar 2013 18:18:09 +0100 Subject: [PATCH] Fix missing closing tag --- railties/lib/rails/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Application class adds a couple more paths to this set. And as in your # Application, all folders under +app+ are automatically added to the load path. - # If you have an app/services/tt> folder for example, it will be added by default. + # If you have an app/services folder for example, it will be added by default. # # == Endpoint #