Skip to content

Commit

Permalink
fix small typo in the SelectSuperBlockDescriptor documentation (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
somethingelseentirely authored Sep 1, 2024
1 parent fd7189f commit 4301062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bit_vec/fast_rs_vec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct SuperBlockDescriptor {

/// Meta-data for the select query. Each entry i in the select vector contains the indices to find
/// the i * `SELECT_BLOCK_SIZE`'th 0- and 1-bit in the bitvector. Those indices may be very far apart.
/// The indices do not point into the bit-vector, but into the select-block vector.
/// The indices do not point into the bit-vector, but into the super-block vector.
#[derive(Clone, Debug)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
struct SelectSuperBlockDescriptor {
Expand Down

0 comments on commit 4301062

Please sign in to comment.