From 0fffccb4a30fc64aa3e3775e6eda227b3aa0c744 Mon Sep 17 00:00:00 2001 From: apfitzge Date: Fri, 10 Jun 2022 16:19:53 -0500 Subject: [PATCH] account_info.rs: docs offset is reduced_offset * ALIGN_BOUNDARY_OFFSET (#25848) --- runtime/src/account_info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/account_info.rs b/runtime/src/account_info.rs index 6b246dff95..e1a83a81cc 100644 --- a/runtime/src/account_info.rs +++ b/runtime/src/account_info.rs @@ -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,