Skip to content

Commit 5093bab

Browse files
authored
fix typo
1 parent ea55fcd commit 5093bab

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
@@ -85,7 +85,7 @@ using (var lifetime = urlLocks.Acquire(url))
8585

8686
### Why not use MemoryCache?
8787

88-
MemoryCache is perfectly servicable, but it has some limitations:
88+
MemoryCache is perfectly serviceable, but it has some limitations:
8989

9090
- Makes heap allocations when the native object key is not type string.
9191
- Is not 'scan' resistant, fetching all keys will load everything into memory.

0 commit comments

Comments
 (0)