Fix typo in solana-program lib.rs (#24170)

This commit is contained in:
ignassew
2022-04-07 19:23:54 +02:00
committed by GitHub
parent a100b32b37
commit 0c2d9194dd

View File

@ -316,7 +316,7 @@
//! } //! }
//! ``` //! ```
//! //!
//! Solana also includes a mechinasm to let programs control and sign for //! Solana also includes a mechanism to let programs control and sign for
//! accounts without needing to protect a corresponding secret key, called //! accounts without needing to protect a corresponding secret key, called
//! [_program derived addresses_][pdas]. PDAs are derived with the //! [_program derived addresses_][pdas]. PDAs are derived with the
//! [`Pubkey::find_program_address`] function. With a PDA, a program can call //! [`Pubkey::find_program_address`] function. With a PDA, a program can call