fix comment

This commit is contained in:
Darien Raymond
2018-10-14 20:18:02 +02:00
parent 99d661882a
commit 7d3aabbd8d
+1 -1
View File
@@ -56,7 +56,7 @@ func (d *syncDispatcher) Set(disp routing.Dispatcher) {
d.Lock()
defer d.Unlock()
common.Close(d.Dispatcher) // nolint: errorcheck
common.Close(d.Dispatcher) // nolint: errcheck
d.Dispatcher = disp
}