fix missing word
This commit is contained in:
parent
c196cc9f12
commit
2b4a6aa149
@ -417,7 +417,8 @@
|
||||
//! [`get_or_insert_with`]: Option::get_or_insert_with
|
||||
//! [`insert`]: Option::insert
|
||||
//!
|
||||
//! These methods transfer ownership of the contained of an [`Option`]:
|
||||
//! These methods transfer ownership of the contained value of an
|
||||
//! [`Option`]:
|
||||
//!
|
||||
//! * [`take`] takes ownership of the contained value of an [`Option`], if
|
||||
//! any, replacing the [`Option`] with [`None`]
|
||||
|
Loading…
x
Reference in New Issue
Block a user