aboutsummaryrefslogtreecommitdiff
path: root/plugin/ready/list.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/ready/list.go')
-rw-r--r--plugin/ready/list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ready/list.go b/plugin/ready/list.go
index c283748ec..e7d2584d8 100644
--- a/plugin/ready/list.go
+++ b/plugin/ready/list.go
@@ -6,7 +6,7 @@ import (
"sync"
)
-// list is structure that holds the plugins that signals readiness for this server block.
+// list is a structure that holds the plugins that signals readiness for this server block.
type list struct {
sync.RWMutex
rs []Readiness