From d7a85c5c51534ed627cc50d0086284006a62ac71 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 1 Feb 2012 23:20:24 +0530 Subject: revise docs [ci skip] --- activesupport/lib/active_support/core_ext/string/output_safety.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/string/output_safety.rb b/activesupport/lib/active_support/core_ext/string/output_safety.rb index 104ee251de..dd780da157 100644 --- a/activesupport/lib/active_support/core_ext/string/output_safety.rb +++ b/activesupport/lib/active_support/core_ext/string/output_safety.rb @@ -35,7 +35,7 @@ class ERB singleton_class.send(:remove_method, :html_escape) module_function :html_escape - # Returns an escaped version of +html+ without affecting existing escaped entities. + # A utility method for escaping HTML without affecting existing escaped entities. # # ==== Examples # html_escape_once("1 < 2 & 3") -- cgit v1.2.3