mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Comment typo
This commit is contained in:
parent
7eaf90a7ab
commit
7acbe60328
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue