aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorRyan Williams <ryancwilliams9@gmail.com>2013-06-25 14:34:51 -0400
committerRyan Williams <ryancwilliams9@gmail.com>2013-06-25 14:34:51 -0400
commit7acbe603287fd85b1be3c16c47e37e9b3e24a57e (patch)
treead841eaa9471f1388e690e62b8c5ec75b3f61526 /actionview
parent7eaf90a7ab6b02d5946857fdee7271a0a3b640d2 (diff)
downloadrails-7acbe603287fd85b1be3c16c47e37e9b3e24a57e.tar.gz
rails-7acbe603287fd85b1be3c16c47e37e9b3e24a57e.tar.bz2
rails-7acbe603287fd85b1be3c16c47e37e9b3e24a57e.zip
Comment typo
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/flows.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/lib/action_view/flows.rb b/actionview/lib/action_view/flows.rb
index c0e458cd41..ba24510e56 100644
--- a/actionview/lib/action_view/flows.rb
+++ b/actionview/lib/action_view/flows.rb
@@ -36,7 +36,7 @@ module ActionView
@root = Fiber.current.object_id
end
- # Try to get an stored content. If the content
+ # Try to get stored content. If the content
# is not available and we are inside the layout
# fiber, we set that we are waiting for the given
# key and yield.
@@ -73,4 +73,4 @@ module ActionView
Fiber.current.object_id != @root
end
end
-end \ No newline at end of file
+end