Fix up doc quotes

This commit is contained in:
Michael Vines 2020-08-29 21:59:35 -07:00
parent 9e23bc94cb
commit 1247e539a7
1 changed files with 2 additions and 2 deletions

View File

@ -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,