aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/compiled_templates.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/compiled_templates.rb')
-rw-r--r--actionpack/lib/action_view/compiled_templates.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/compiled_templates.rb b/actionpack/lib/action_view/compiled_templates.rb
index 73cce12e0d..5a286432e3 100644
--- a/actionpack/lib/action_view/compiled_templates.rb
+++ b/actionpack/lib/action_view/compiled_templates.rb
@@ -1,4 +1,3 @@
-
module ActionView
# CompiledTemplates modules hold methods that have been compiled.
@@ -40,7 +39,7 @@ module ActionView
# Compile the provided source code for the given argument names and with the given initial line number.
# The identifier should be unique to this source.
#
- # The file_name, if provided will appear in backtraces. If not provded, the file_name defaults
+ # The file_name, if provided will appear in backtraces. If not provided, the file_name defaults
# to the identifier.
#
# This method will return the selector for the compiled version of this method.