Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Oct 1, 2024
1 parent ba9732f commit 6ff1b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swmr/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ where
{
/// Inserts a key-value pair into the write-ahead log.
///
/// See also [`insert_with_key_builder`], [`insert_with_value_builder`], and [`insert_with_builders`].
/// See also [`insert_with_key_builder`](GenericOrderWal::insert_with_key_builder), [`insert_with_value_builder`](GenericOrderWal::insert_with_value_builder), and [`insert_with_builders`](GenericOrderWal::insert_with_builders).
///
/// ## Example
///
Expand Down

0 comments on commit 6ff1b54

Please sign in to comment.