Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
selmeci committed May 28, 2020
1 parent dc7c35b commit 052b686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ where
}

///
/// Remove selected victim forom storage.
/// Remove selected victim from storage.
///
fn remove_victim(&mut self, victim: Option<SampleItem>) {
if let Some(victim) = victim {
Expand Down

0 comments on commit 052b686

Please sign in to comment.