mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-19 07:38:02 +00:00
Fix capitalization typo in SharedPtr rustdoc
This commit is contained in:
parent
91b22332fc
commit
40f4b5630c
@ -7,7 +7,7 @@ use core::marker::PhantomData;
|
||||
use core::mem::MaybeUninit;
|
||||
use core::ops::Deref;
|
||||
|
||||
/// BInding to C++ `std::shared_ptr<T>`.
|
||||
/// Binding to C++ `std::shared_ptr<T>`.
|
||||
#[repr(C)]
|
||||
pub struct SharedPtr<T>
|
||||
where
|
||||
|
Loading…
x
Reference in New Issue
Block a user