From 8f681fd63b32078fe024de280576cd33029af04b Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 15 Dec 2024 19:21:52 -0500 Subject: [PATCH] Improve doc comment in Environment --- environment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.go b/environment.go index f59194a..f09c20f 100644 --- a/environment.go +++ b/environment.go @@ -24,7 +24,7 @@ type Environment struct { // slice must implement one or more of the interfaces in provider.go. Providers []Provider // Config specifies configuration data. It is used to configure the - // environment, as well as plugins that get loaded. + // environment, as well as any providers that are loaded. Config Meta documents usync.Locker[map[string] *Document]