From 23ad9a5fb3cacf3fb8cb70c65ca9133ed9949e45 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:15:00 +0000 Subject: [PATCH] docs: comment typo --- src/docker_data/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker_data/mod.rs b/src/docker_data/mod.rs index 9ad3fad..bcbf4f3 100644 --- a/src/docker_data/mod.rs +++ b/src/docker_data/mod.rs @@ -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 /// 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 -/// 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)] enum Binate { One,