We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cc909 commit 8b7a84bCopy full SHA for 8b7a84b
sdk/pinocchio/src/account_info.rs
@@ -627,8 +627,8 @@ impl AccountInfo {
627
/// Returns the memory address of the account data.
628
/// # Important
629
///
630
- /// Obtaining the raw pointer itself is safe, but dereferencing it requires
631
- /// the caller to uphold Rust’s aliasing rules. It is undefined behavior to dereference
+ /// Obtaining the raw pointer itself is safe, but de-referencing it requires
+ /// the caller to uphold Rust's aliasing rules. It is undefined behavior to de-reference
632
/// the pointer or write through it while any safe reference (e.g., from any of `borrow_data`
633
/// or `borrow_mut_data` methods) to the same data is still alive.
634
pub fn data_ptr(&self) -> *mut u8 {
0 commit comments