From 8d00164036141924162ea0ba5bb2d12e0a84d794 Mon Sep 17 00:00:00 2001 From: dry-bot Date: Wed, 3 Jul 2024 06:56:36 +0000 Subject: [PATCH] [devtools] sync --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 026e9e1a..b75a66c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ - Add `Dry::System::ProviderRegistrar#target_container`, to be passed when initializing providers. By default this is an alias of `#container`. This allows for custom provider -registrars to override `#target_container` to provide a custom container. An overridden -value **MUST** still wrap the original `#target_container` to ensure components are -registered in the right place. (via #270) (@timriley) +registrars to override `#target_container` to provide a custom `#target` within providers. +An overridden value **MUST** still wrap the original `#target_container` to ensure components +are registered in the right place. (via #270) (@timriley) ### Changed