diff --git a/actionpack/lib/action_view/helpers/capture_helper.rb b/actionpack/lib/action_view/helpers/capture_helper.rb index 14bc8efee2..9195641747 100644 --- a/actionpack/lib/action_view/helpers/capture_helper.rb +++ b/actionpack/lib/action_view/helpers/capture_helper.rb @@ -9,7 +9,7 @@ module ActionView # variable. You can then use this variable anywhere in your templates or layout. # # ==== Examples - # The capture method can be used in RHTML (ERb) templates... + # The capture method can be used in ERb templates... # # <% @greeting = capture do %> # Welcome to my shiny new web page! The date and time is