From dee03ae028a33935ea09a35bc6599cbad45f425c Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Thu, 17 Dec 2015 10:09:36 -0500 Subject: Fix typo in thread_mattr_accessor doco [ci skip] --- .../active_support/core_ext/module/attribute_accessors_per_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb b/activesupport/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb index 36fe52cea1..34ba014856 100644 --- a/activesupport/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +++ b/activesupport/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb @@ -111,7 +111,7 @@ class Module # class Customer < Account # end # - # Customer.user = "CHH" + # Customer.user = "DHH" # Account.user # => "DHH" # # To opt out of the instance writer method, pass instance_writer: false. -- cgit v1.2.3