docs: changelog

This commit is contained in:
Jack Wills
2025-06-17 19:54:45 +00:00
parent 63ab7de728
commit e4ca1e99ff
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -608,7 +608,7 @@ impl LogsTz {
/// Store the logs alongside a HashSet, each log *should* generate a unique timestamp,
/// so if we store the timestamp separately in a HashSet, we can then check if we should insert a log line into the
/// stateful list dependent on whethere the timestamp is in the HashSet or not
/// stateful list dependent on whether the timestamp is in the HashSet or not
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct Logs {
logs: StatefulList<ListItem<'static>>,