Skip to content

Commit

Permalink
docs: Fix SecondaryScan method docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
imbolc committed Jan 5, 2025
1 parent ecc25ff commit 25d8fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transaction/query/scan/secondary_scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ where
})
}

/// Iterate over all values by secondary key.
/// Iterate over all values by secondary key in a range.
///
/// Anatomy of a secondary key it is a `enum` with the following structure: `<table_name>Key::<name>`.
///
Expand Down Expand Up @@ -150,7 +150,7 @@ where
})
}

/// Iterate over all values by secondary key.
/// Iterate over all values by secondary key starting with a prefix.
///
/// Anatomy of a secondary key it is a `enum` with the following structure: `<table_name>Key::<name>`.
///
Expand Down

0 comments on commit 25d8fe0

Please sign in to comment.