Skip to content

Commit f47eade

Browse files
stegaBOBfebo
andauthored
Apply suggestion from @febo
Co-authored-by: Fernando Otero <[email protected]>
1 parent 9b877e2 commit f47eade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/pinocchio/src/account_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ impl AccountInfo {
500500
unsafe { self.resize_unchecked(new_len) }
501501
}
502502

503-
/// Resizes the account's data and udpates the resize delta without checking if the account is already borrowed.
503+
/// Resize (either truncating or zero extending) the account's data.
504504
///
505505
/// The account data can be increased by up to [`MAX_PERMITTED_DATA_INCREASE`] bytes
506506
///

0 commit comments

Comments
 (0)