From a3025975ec90de1e3743d127f90a114d3f37a516 Mon Sep 17 00:00:00 2001 From: diatmpravin <diatm.pravin.it.07.27@gmail.com> Date: Sat, 8 Jun 2013 02:13:06 +0530 Subject: fixed typo in action_view template --- actionpack/lib/action_view/template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/template.rb b/actionpack/lib/action_view/template.rb index c25b1efc2b..e2c50fec47 100644 --- a/actionpack/lib/action_view/template.rb +++ b/actionpack/lib/action_view/template.rb @@ -267,7 +267,7 @@ module ActionView method_name = self.method_name code = @handler.call(self) - # Make sure that the resulting String to be evalled is in the + # Make sure that the resulting String to be eval'd is in the # encoding of the code source = <<-end_src def #{method_name}(local_assigns, output_buffer) -- cgit v1.2.3