account_info.rs: docs offset is reduced_offset * ALIGN_BOUNDARY_OFFSET (#25848)

This commit is contained in:
apfitzge 2022-06-10 16:19:53 -05:00 committed by GitHub
parent ace24a7c82
commit 0fffccb4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ pub struct AccountInfo {
/// index identifying the append storage
store_id: AppendVecId,
/// offset = 'reduced_offset' / ALIGN_BOUNDARY_OFFSET into the storage
/// offset = 'reduced_offset' * ALIGN_BOUNDARY_OFFSET into the storage
/// Note this is a smaller type than 'Offset'
reduced_offset: OffsetReduced,