Skip to content

Commit 2b4a6aa

Browse files
committed
fix missing word
1 parent c196cc9 commit 2b4a6aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/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)