Improve doc comment in Environment

This commit is contained in:
Sasha Koshka 2024-12-15 19:21:52 -05:00
parent ee0bb7e54b
commit 8f681fd63b

View File

@ -24,7 +24,7 @@ type Environment struct {
// slice must implement one or more of the interfaces in provider.go. // slice must implement one or more of the interfaces in provider.go.
Providers []Provider Providers []Provider
// Config specifies configuration data. It is used to configure the // 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 Config Meta
documents usync.Locker[map[string] *Document] documents usync.Locker[map[string] *Document]