Skip to content

Commit

Permalink
add a missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu committed Dec 7, 2023
1 parent 486b56f commit d83d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-farmer-components/src/sector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ fn record_has_s_bucket_chunk(
} else if num_encoded_record_chunks == Record::NUM_CHUNKS {
None
} else {
// Count how many encoded chunks we before current offset
// Count how many encoded chunks we have before current offset
let encoded_before = record_bitfields[..s_bucket].count_ones();
let unencoded_before = s_bucket - encoded_before;
// And how many unencoded we have total and how many before current offset
Expand Down

0 comments on commit d83d6a7

Please sign in to comment.