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

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