Skip to content

Commit

Permalink
Fix doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris committed Nov 1, 2023
1 parent 8bd717d commit 78b3b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shale/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ pub fn to_dehydrated(item: &dyn Storable) -> Result<Vec<u8>, ShaleError> {
Ok(buff)
}

/// Reference implementation of [TypedView]. It takes any type that implements [Storable]
/// A stored view of any [Storable]
pub struct StoredView<T> {
decoded: T,
mem: Box<dyn SendSyncDerefMut<Target = dyn CachedStore>>,
Expand Down

0 comments on commit 78b3b57

Please sign in to comment.