From 633b5702ddbc3e013aa9a3893d7b4dc0c807943f Mon Sep 17 00:00:00 2001 From: hippy Date: Tue, 1 Mar 2022 23:44:55 -0800 Subject: [PATCH] readme: Fix typo (#174) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd701b3..925cd9b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ For .net framework 4.0 use LazyCache 0.6 - Simple API with familiar sliding or absolute expiration - Guaranteed single evaluation of your factory delegate whose results you want to cache -- Strongly typed generics based API. No need to cast your cached objects every time you retieve them +- Strongly typed generics based API. No need to cast your cached objects every time you retrieve them - Stops you inadvertently caching an exception by removing Lazys that evaluate to an exception - Thread safe, concurrency ready - Async compatible - lazy single evaluation of async delegates using `GetOrAddAsync()`