From 7dfff8a5ac7ec10dd785163c11e566bd3ce3a711 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sun, 7 Jul 2024 01:31:49 -0400 Subject: [PATCH] di doc --- lib/datadog/di/component.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datadog/di/component.rb b/lib/datadog/di/component.rb index 203046f86f6..1e8184a8025 100644 --- a/lib/datadog/di/component.rb +++ b/lib/datadog/di/component.rb @@ -2,7 +2,7 @@ module Datadog module DI - # Component for DI. + # Component for dynamic instrumentation. # # Only one instance of the Component should ever be active; # if configuration is changed, the old distance should be shut down