We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Reallocate
1 parent d3fdaa9 commit ac0d8a2Copy full SHA for ac0d8a2
programs/token-2022/src/instructions/reallocate.rs
@@ -30,7 +30,7 @@ use {
30
/// 1. `[signer, writable]` The payer account to fund reallocation
31
/// 2. `[]` System program for reallocation funding
32
/// 3. `[]` The account's multisignature owner/delegate.
33
-/// 4. ..`4+M` `[signer]` M signer accounts.ne
+/// 4. ..`4+M` `[signer]` M signer accounts.
34
pub struct Reallocate<'a, 'b, 'c, 'd> {
35
/// The account to reallocate.
36
pub account: &'a AccountView,
0 commit comments