We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c196cc9 commit 2b4a6aaCopy full SHA for 2b4a6aa
library/core/src/option.rs
@@ -417,7 +417,8 @@
417
//! [`get_or_insert_with`]: Option::get_or_insert_with
418
//! [`insert`]: Option::insert
419
//!
420
-//! These methods transfer ownership of the contained of an [`Option`]:
+//! These methods transfer ownership of the contained value of an
421
+//! [`Option`]:
422
423
//! * [`take`] takes ownership of the contained value of an [`Option`], if
424
//! any, replacing the [`Option`] with [`None`]
0 commit comments