Skip to content

Commit aabb1be

Browse files
committed
fix missing word
1 parent 4b9e929 commit aabb1be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: core/src/option.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@
417417
//! [`get_or_insert_with`]: Option::get_or_insert_with
418418
//! [`insert`]: Option::insert
419419
//!
420-
//! These methods transfer ownership of the contained of an [`Option`]:
420+
//! These methods transfer ownership of the contained value of an
421+
//! [`Option`]:
421422
//!
422423
//! * [`take`] takes ownership of the contained value of an [`Option`], if
423424
//! any, replacing the [`Option`] with [`None`]

0 commit comments

Comments
 (0)