We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b877e2 commit f47eadeCopy full SHA for f47eade
sdk/pinocchio/src/account_info.rs
@@ -500,7 +500,7 @@ impl AccountInfo {
500
unsafe { self.resize_unchecked(new_len) }
501
}
502
503
- /// Resizes the account's data and udpates the resize delta without checking if the account is already borrowed.
+ /// Resize (either truncating or zero extending) the account's data.
504
///
505
/// The account data can be increased by up to [`MAX_PERMITTED_DATA_INCREASE`] bytes
506
0 commit comments