Skip to content

Commit

Permalink
Fix typo (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanenshi committed Aug 22, 2023
1 parent 0a45d87 commit 4ff2f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/In-Memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ff2f40

Please sign in to comment.