From f587dec2c9344949a777f7f1f075c8f95774fffc Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Mon, 14 Jun 2010 09:12:10 -0400 Subject: truncate safe method description changes --- actionpack/lib/action_view/helpers/text_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index cefabd72aa..2ca1362aea 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -39,7 +39,7 @@ module ActionView # for a total length not exceeding :length. # # Pass a :separator to truncate +text+ at a natural break. - # Pass a :safe (which defaults to false) to escape or not the input. If :safe => true the input is not escaped. + # Pass a :safe value as "true" to not to escape the content. # # ==== Examples # -- cgit v1.2.3