Fix typo in system_instruction.rs (#21539)
Uninitalized -> Uninitialized
This commit is contained in:
@ -218,7 +218,7 @@ pub enum SystemInstruction {
|
|||||||
/// account balance above the rent exempt reserve or at zero.
|
/// account balance above the rent exempt reserve or at zero.
|
||||||
WithdrawNonceAccount(u64),
|
WithdrawNonceAccount(u64),
|
||||||
|
|
||||||
/// Drive state of Uninitalized nonce account to Initialized, setting the nonce value
|
/// Drive state of Uninitialized nonce account to Initialized, setting the nonce value
|
||||||
///
|
///
|
||||||
/// # Account references
|
/// # Account references
|
||||||
/// 0. `[WRITE]` Nonce account
|
/// 0. `[WRITE]` Nonce account
|
||||||
|
Reference in New Issue
Block a user