mirror of
https://github.com/coredns/coredns.git
synced 2025-11-11 14:32:25 -05:00
fix mis-spelling (#3310)
Signed-off-by: xieyanker <xjsisnice@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user