Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Nov 23, 2022
1 parent 3f9a252 commit d44b6b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/fj-kernel/src/storage/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ pub struct Store<T> {

impl<T> Store<T> {
/// Construct a new instance of `Store`
///
/// Equivalent to calling [`Store::with_block_size`] with a default block
/// size.
pub fn new() -> Self {
Self::with_block_size(16384)
}
Expand Down

0 comments on commit d44b6b0

Please sign in to comment.