Browse Source

Fix MuxManager.Zones() comment

Sven Nebel 4 years ago
parent
commit
19560b1ab8
1 changed files with 1 additions and 2 deletions
  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
 }