Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
Co-authored-by: Niko <zero@imaskeleton.me>
  • Loading branch information
GnomedDev and tazz4843 authored Nov 17, 2023
1 parent e9c1765 commit 8154f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type MessageCache = DashMap<ChannelId, HashMap<MessageId, Message>, BuildHasher>
#[non_exhaustive]
#[derive(Clone, Copy, Debug)]
pub struct CacheInfo {
/// The name of the cahce
/// The name of the cache
pub name: &'static str,
/// The amount of cached values in the given Cache.
pub count: usize,
Expand Down

0 comments on commit 8154f49

Please sign in to comment.