Skip to content

Commit

Permalink
fix a link in the solana-instruction docs (solana-labs#3122)
Browse files Browse the repository at this point in the history
* fix a link in the solana-instruction docs

* trailing whitespace
  • Loading branch information
kevinheavey authored Oct 10, 2024
1 parent f9f8b60 commit 3fc84a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/instruction/src/account_meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ use solana_pubkey::Pubkey;
/// default [`AccountMeta::new`] constructor creates writable accounts, this is
/// a minor hazard: use [`AccountMeta::new_readonly`] to specify that an account
/// is not writable.
///
/// [`Instruction`]: crate::Instruction
#[repr(C)]
#[cfg_attr(
feature = "serde",
Expand Down

0 comments on commit 3fc84a5

Please sign in to comment.