From 06ac79c73ff6019959058a6ee7e6097e36f344ec Mon Sep 17 00:00:00 2001 From: Amir Hossein Shekari Date: Mon, 21 Aug 2023 16:35:59 +0330 Subject: [PATCH] Fix typo --- docs/In-Memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/In-Memory.md b/docs/In-Memory.md index 76e44463..9174afba 100644 --- a/docs/In-Memory.md +++ b/docs/In-Memory.md @@ -46,7 +46,7 @@ public class Startup // below two settings are added in v0.8.0 // enable deep clone when reading object from cache or not, default value is true. EnableReadDeepClone = true, - // enable deep clone when writing object to cache or not, default valuee is false. + // enable deep clone when writing object to cache or not, default value is false. EnableWriteDeepClone = false, }; // the max random second will be added to cache's expiration, default value is 120