Skip to content

Commit

Permalink
fix cargo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo committed Jul 1, 2024
1 parent dd406f7 commit b955fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/storage/nippy-jar/src/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl<'a, H: NippyJarHeader> NippyJarCursor<'a, H> {
self.row = 0;
}

/// Returns a row, searching it by a key used during [`NippyJar::prepare_index`].
/// Returns a row, searching it by a key.
///
/// **May return false positives.**
///
Expand Down Expand Up @@ -130,7 +130,7 @@ impl<'a, H: NippyJarHeader> NippyJarCursor<'a, H> {
))
}

/// Returns a row, searching it by a key used during [`NippyJar::prepare_index`] by using a
/// Returns a row, searching it by a key using a
/// `mask` to only read certain columns from the row.
///
/// **May return false positives.**
Expand Down

0 comments on commit b955fb8

Please sign in to comment.