Skip to content

Commit 8835c5b

Browse files
committed
hunspell
1 parent 06eede0 commit 8835c5b

File tree

1 file changed

+1
-1
lines changed
  • sdk/pinocchio/src/sysvars/slot_hashes

1 file changed

+1
-1
lines changed

sdk/pinocchio/src/sysvars/slot_hashes/raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use super::*;
1111
/// Validates buffer format for `SlotHashes` data and calculates entry capacity.
1212
///
1313
/// Validates that the buffer follows the correct format:
14-
/// - If `offset == 0`: Buffer must have `8 + (N × 40)` format (header + entries)
14+
/// - If `offset == 0`: Buffer must have `8 + (N × 40)` format (header and entries)
1515
/// - If `offset != 0`: Buffer must be a multiple of 40 bytes (entries only)
1616
///
1717
/// Does not validate that `offset + buffer_len ≤ MAX_SIZE`; this is checked

0 commit comments

Comments
 (0)