Skip to content

Commit

Permalink
Merge pull request #189 from Swatinem/patch-1
Browse files Browse the repository at this point in the history
Fix future typo
  • Loading branch information
tatsuya6502 authored Oct 28, 2022
2 parents b5b2ef4 + 314ea17 commit cbd854d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/future/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ where
/// Works like [`get_with`](#method.get_with), but takes an additional
/// `replace_if` closure.
///
/// This method will resolve the `init` feature and insert the output to the
/// This method will resolve the `init` future and insert the output to the
/// cache when:
///
/// - The key does not exist.
Expand Down

0 comments on commit cbd854d

Please sign in to comment.