Skip to content

Commit

Permalink
Update block-streamer/src/receiver_blocks/bitmap.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Darun Seethammagari <[email protected]>
  • Loading branch information
morgsmccauley and darunrs committed Jul 11, 2024
1 parent 3977950 commit 4e6ef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block-streamer/src/receiver_blocks/bitmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct EliasGammaDecoded {
/// length of the run of bits (0s or 1s) in the decompressed bitmap.
pub value: u64,
/// The index of the last bit in the compressed bitmap that was part of the
/// Elias Gamma encoded value. Used to determine the starting point for the next encoded value.
/// Elias Gamma sequence. Used to determine the starting point for the next sequence.
pub last_bit_index: usize,
}

Expand Down

0 comments on commit 4e6ef1a

Please sign in to comment.