mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Reword a comment in concern's documentation
Nothing biggie. Skimmed through `ActiveSupport::Concern` docs these days and this one comment seemed a bit off.
This commit is contained in:
parent
620f4a4fc9
commit
f37ad33108
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ module ActiveSupport
|
|||
# end
|
||||
#
|
||||
# class Host
|
||||
# include Bar # works, Bar takes care now of its dependencies
|
||||
# include Bar # It works, now Bar takes care of its dependencies
|
||||
# end
|
||||
module Concern
|
||||
class MultipleIncludedBlocks < StandardError #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue