Browse Source

Fix up doc quotes

Michael Vines 5 years ago
parent
commit
f9c87315a6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      program/src/instruction.rs

+ 2 - 2
program/src/instruction.rs

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