浏览代码

Fix MuxManager.Zones() comment

Sven Nebel 4 年之前
父节点
当前提交
19560b1ab8
共有 1 个文件被更改,包括 1 次插入2 次删除
  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 {
 func (mm *MuxManager) Zones() ZoneList {
 	return mm.zonelist
 	return mm.zonelist
 }
 }