fix missing word

This commit is contained in:
Taylor Yu 2021-07-01 19:14:27 -05:00
parent c196cc9f12
commit 2b4a6aa149

View file

@ -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`]