docs: comment typo
This commit is contained in:
@@ -34,7 +34,7 @@ enum SpawnId {
|
|||||||
/// Cpu & Mem stats take twice as long as the update interval to get a value, so will have two being executed at the same time
|
/// Cpu & Mem stats take twice as long as the update interval to get a value, so will have two being executed at the same time
|
||||||
/// SpawnId::Stats takes container_id and binate value to enable both cycles of the same container_id to be inserted into the hashmap
|
/// SpawnId::Stats takes container_id and binate value to enable both cycles of the same container_id to be inserted into the hashmap
|
||||||
/// Binate value is toggled when all handles have been spawned off
|
/// Binate value is toggled when all handles have been spawned off
|
||||||
/// Also effectively means that if the docker_update interval minimum will be 1000ms
|
/// Also effectively means that the docker_update interval minimum will be 1000ms
|
||||||
#[derive(Debug, Clone, Copy, Eq, Hash, PartialEq)]
|
#[derive(Debug, Clone, Copy, Eq, Hash, PartialEq)]
|
||||||
enum Binate {
|
enum Binate {
|
||||||
One,
|
One,
|
||||||
|
|||||||
Reference in New Issue
Block a user