Skip to content

Commit

Permalink
fix missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyu committed Jul 2, 2021
1 parent c196cc9 commit 2b4a6aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/core/src/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`]
Expand Down

0 comments on commit 2b4a6aa

Please sign in to comment.