From 314ea17ef399b301c330cbac321eee7259508968 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Fri, 28 Oct 2022 10:00:09 +0200 Subject: [PATCH] Fix future typo --- src/future/cache.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/future/cache.rs b/src/future/cache.rs index 97906782..7cd386ab 100644 --- a/src/future/cache.rs +++ b/src/future/cache.rs @@ -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.