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]