From f37ad331089f64ab0386e8ac94b6626b45c38a1e Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Fri, 19 Sep 2014 23:30:59 +0200 Subject: [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. --- activesupport/lib/active_support/concern.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/concern.rb b/activesupport/lib/active_support/concern.rb index 9d5cee54e3..342d3a9d52 100644 --- a/activesupport/lib/active_support/concern.rb +++ b/activesupport/lib/active_support/concern.rb @@ -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: -- cgit v1.2.3