Skip to content

Commit

Permalink
Fix up doc quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 30, 2020
1 parent 9e23bc9 commit 1247e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions token/program/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ pub enum TokenInstruction {
///
/// * Multisignature owner/delegate
/// 0. `[writable]` The account to burn from.
/// 1. '[writable]' The token mint.
/// 1. `[writable]` The token mint.
/// 2. `[]` The account's multisignature owner/delegate.
/// 3. ..3+M '[signer]' M signer accounts.
/// 3. ..3+M `[signer]` M signer accounts.
Burn {
/// The amount of tokens to burn.
amount: u64,
Expand Down

0 comments on commit 1247e53

Please sign in to comment.