Fix solana_program::vote docs (#27621)

This commit is contained in:
Brian Anderson 2022-09-07 14:05:52 -05:00 committed by GitHub
parent 6899af26b0
commit 28f979b5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
/// The [vote native program][np].
///
/// [np]: https://docs.solana.com/developing/runtime-facilities/programs#vote-program
//! The [vote native program][np].
//!
//! [np]: https://docs.solana.com/developing/runtime-facilities/programs#vote-program
pub mod authorized_voters;
pub mod error;
pub mod instruction;