Skip to content

Commit

Permalink
Update builder.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Oct 25, 2024
1 parent 2016acc commit 0b0b25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ where
/// ```
/// use orderwal::{Builder, multiple_version::LinkedTable};
///
/// let stack = Builder::new().with_stack(true);
/// let stack = Builder::<LinkedTable<[u8], [u8]>>::new().with_stack(true);
/// ```
#[inline]
pub fn with_stack(mut self, stack: bool) -> Self {
Expand Down

0 comments on commit 0b0b25a

Please sign in to comment.