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 #