Explorar el Código

Fix MuxManager.Zones() comment

Sven Nebel hace 4 años
padre
commit
19560b1ab8
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      zones/muxmanager.go

+ 1 - 2
zones/muxmanager.go

@@ -62,8 +62,7 @@ func (mm *MuxManager) Run() {
 	}
 }
 
-// GetZones returns the list of currently active zones in the mux manager.
-// (todo: rename to Zones() when the Zones struct has been renamed to ZoneList)
+// Zones returns the list of currently active zones in the mux manager.
 func (mm *MuxManager) Zones() ZoneList {
 	return mm.zonelist
 }