Skip to content

Commit

Permalink
docs: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Feb 27, 2023
1 parent 4723be7 commit 23ad9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker_data/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 23ad9a5

Please sign in to comment.