1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Comment typo

This commit is contained in:
Ryan Williams 2013-06-25 14:34:51 -04:00
parent 7eaf90a7ab
commit 7acbe60328

View file

@ -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
end