Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Nov 1, 2023
1 parent f90a4eb commit cf2b9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firewood/src/shale/cached.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::{
};

/// Purely volatile, vector-based implementation for [CachedStore]. This is good for testing or trying
/// out stuff (persistent data structures) built on [ShaleStore](shale::ShaleStore) in memory, without having to write
/// out stuff (persistent data structures) built on [ShaleStore](super::ShaleStore) in memory, without having to write
/// your own [CachedStore] implementation.
#[derive(Debug)]
pub struct PlainMem {
Expand Down

0 comments on commit cf2b9c3

Please sign in to comment.