Skip to content

Commit fcb2f2a

Browse files
committed
comment typo
1 parent 6a7d798 commit fcb2f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pkg/logger/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type Logger struct {
2121
// An atomic boolean is used in order to use CompareAndSwap in the Start and Stop methods
2222
running *atomic.Bool
2323
subloggersLock *sync.RWMutex
24-
// The subloggers are only the logger s selected at the start of the log
24+
// The subloggers are only the loggers selected at the start of the log
2525
subloggers map[abstraction.LoggerName]abstraction.Logger
2626

2727
trace zerolog.Logger

0 commit comments

Comments
 (0)