mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Fix typos
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
///
|
||||
/// ### Known problems
|
||||
/// In case the value that wants to be inserted is borrowed and also expensive or impossible
|
||||
/// to clone. In such scenario, the developer might want to check with `contain` before inserting,
|
||||
/// to clone. In such a scenario, the developer might want to check with `contains` before inserting,
|
||||
/// to avoid the clone. In this case, it will report a false positive.
|
||||
///
|
||||
/// ### Example
|
||||
|
||||
Reference in New Issue
Block a user