Fix typo in program_option.rs (#21444)

accross -> across
This commit is contained in:
Ikko Ashimine 2021-11-26 20:52:21 +09:00 committed by GitHub
parent 46aed1b7f9
commit 4b67a6900d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
//! A C representation of Rust's `std::option::Option` used accross the FFI
//! A C representation of Rust's `std::option::Option` used across the FFI
//! boundary for Solana program interfaces
//!
//! This implementation mostly matches `std::option` except iterators since the iteration