Fix Arc::as_ptr docs
As a none-native speaker I stumbled upon this, looked it up and couldn't find a phrase, so I made my own assumption that "in any way" was meant (which is the meaning I would've deduced anyway)
This commit is contained in:
parent
c2dbebd3d4
commit
8aeecc63f8
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ impl<T: ?Sized> Arc<T> {
|
|||
|
||||
/// Provides a raw pointer to the data.
|
||||
///
|
||||
/// The counts are not affected in way and the `Arc` is not consumed. The pointer is valid for
|
||||
/// The counts are not affected in any way and the `Arc` is not consumed. The pointer is valid for
|
||||
/// as long as there are strong counts in the `Arc`.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue