Skip to content

Commit ac0d8a2

Browse files
authored
token-2022: Fix typo in Reallocate instruction docs (#354)
fix typo in reallocate instruction docs
1 parent d3fdaa9 commit ac0d8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/token-2022/src/instructions/reallocate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use {
3030
/// 1. `[signer, writable]` The payer account to fund reallocation
3131
/// 2. `[]` System program for reallocation funding
3232
/// 3. `[]` The account's multisignature owner/delegate.
33-
/// 4. ..`4+M` `[signer]` M signer accounts.ne
33+
/// 4. ..`4+M` `[signer]` M signer accounts.
3434
pub struct Reallocate<'a, 'b, 'c, 'd> {
3535
/// The account to reallocate.
3636
pub account: &'a AccountView,

0 commit comments

Comments
 (0)