Skip to content

Commit 633b570

Browse files
authored
readme: Fix typo (#174)
1 parent cbb7c1b commit 633b570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For .net framework 4.0 use LazyCache 0.6
6565

6666
- Simple API with familiar sliding or absolute expiration
6767
- Guaranteed single evaluation of your factory delegate whose results you want to cache
68-
- Strongly typed generics based API. No need to cast your cached objects every time you retieve them
68+
- Strongly typed generics based API. No need to cast your cached objects every time you retrieve them
6969
- Stops you inadvertently caching an exception by removing Lazys that evaluate to an exception
7070
- Thread safe, concurrency ready
7171
- Async compatible - lazy single evaluation of async delegates using `GetOrAddAsync()`

0 commit comments

Comments
 (0)