diff options
author | Valery Piashchynski <[email protected]> | 2023-10-05 23:53:45 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-05 23:53:45 +0200 |
commit | 90544d7075bee888c7cc08acb608b62e646e1842 (patch) | |
tree | 55f999886ed2e07b34547e978362a6ac7e5a6756 /container/plugins.go | |
parent | 977c81c26c58d6cb73d4a2f5447af7b9ee21615e (diff) | |
parent | ea650c958c7011a05ffa9ed8c80816f99168151e (diff) |
[#1744]: release: v2023.3v2023.3.0
Diffstat (limited to 'container/plugins.go')
-rw-r--r-- | container/plugins.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/plugins.go b/container/plugins.go index 3e12d5e6..215f22a7 100644 --- a/container/plugins.go +++ b/container/plugins.go @@ -37,7 +37,7 @@ import ( rrt "github.com/temporalio/roadrunner-temporal/v4" ) -// Plugins returns active plugins for the endure container. Feel free to add or remove any plugins. +// Plugins returns active plugins for the endured container. Feel free to add or remove any plugins. func Plugins() []any { //nolint:funlen return []any{ // bundled |