aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-12 03:43:28 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-12 03:43:28 +0000
commit7aa1ba7ff0f156ab726ff838957eeb2804d2df54 (patch)
treef7801401a22b0fd01bb1bf858dfdda6f518e4021 /actionpack/lib/action_view/base.rb
parent6823f57b27b61e4b38154fc750189fb84ebe3b02 (diff)
downloadrails-7aa1ba7ff0f156ab726ff838957eeb2804d2df54.tar.gz
rails-7aa1ba7ff0f156ab726ff838957eeb2804d2df54.tar.bz2
rails-7aa1ba7ff0f156ab726ff838957eeb2804d2df54.zip
Misc doc fixes (typos/grammar/etc). Closes #2445.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2537 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view/base.rb')
-rw-r--r--actionpack/lib/action_view/base.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/base.rb b/actionpack/lib/action_view/base.rb
index 0215de2de6..c9557fe96e 100644
--- a/actionpack/lib/action_view/base.rb
+++ b/actionpack/lib/action_view/base.rb
@@ -38,7 +38,7 @@ module ActionView #:nodoc:
# result of the rendering. The output embedding writes it to the current template.
#
# But you don't have to restrict yourself to static includes. Templates can share variables amongst themselves by using instance
- # variables defined in using the regular embedding tags. Like this:
+ # variables defined using the regular embedding tags. Like this:
#
# <% @page_title = "A Wonderful Hello" %>
# <%= render "shared/header" %>
@@ -425,4 +425,4 @@ module ActionView #:nodoc:
end
end
-require 'action_view/template_error' \ No newline at end of file
+require 'action_view/template_error'