Skip to content

Commit

Permalink
docs: Change event key description removing Isomorphic word
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <pando855@gmail.com>
  • Loading branch information
pando85 committed Dec 10, 2024
1 parent dd650b2 commit 9e30323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-runtime/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl Hash for Reference {
}
}

/// Isomorphic key for caching similar events
/// Cache key for event deduplication
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
struct EventKey {
pub event_type: EventType,
Expand Down

0 comments on commit 9e30323

Please sign in to comment.