This commit is contained in:
Stjepan Glavina 2020-08-20 17:00:04 +00:00
parent 571a4e42f5
commit 77fa573969
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ impl<T> Arena<T> {
}
}
/// Retains objects for which the closure return `true`.
/// Retains objects for which the closure returns `true`.
///
/// All other objects will be removed from the arena.
///