1
0
Fork 0
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:
Genadi Samokovarov 2014-09-19 23:30:59 +02:00
parent 620f4a4fc9
commit f37ad33108

View file

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