remove incorrect comment

This commit is contained in:
Fran Bull 2025-03-17 12:19:38 -07:00
parent f63292cc48
commit f64bd92ed2

View File

@ -40,7 +40,7 @@ import (
)
type fsm struct {
mu sync.Mutex // protects events and count
mu sync.Mutex
applyEvents []string
}