Skip to content

Commit 10a4097

Browse files
committed
Fix spelling
1 parent 722ba54 commit 10a4097

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
@@ -189,7 +189,7 @@ impl AccountInfo {
189189
///
190190
/// # Safety
191191
///
192-
/// It is undefined behaviour to use this method while there is an active reference
192+
/// It is undefined behavior to use this method while there is an active reference
193193
/// to the `owner` returned by [`Self::owner`].
194194
#[inline(always)]
195195
pub unsafe fn assign(&self, new_owner: &Pubkey) {

0 commit comments

Comments
 (0)