Browse Source

Add link to doc: instruction.rs (#4464)

Sergey Kaunov 2 years ago
parent
commit
1fbee01956
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/src/instruction.rs

+ 1 - 1
program/src/instruction.rs

@@ -397,7 +397,7 @@ pub enum TokenInstruction<'a> {
         /// account.
         m: u8,
     },
-    /// Like InitializeMint, but does not require the Rent sysvar to be provided
+    /// Like [`InitializeMint`], but does not require the Rent sysvar to be provided
     ///
     /// Accounts expected by this instruction:
     ///