changeset 37:39b49b493180

Fx typo in README
author Илья Ефимов <inferrna@gmail.com>
date Fri, 11 Dec 2020 01:40:36 +0800
parents 7723677c1a0e
children c266d26acf7f
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Dec 10 19:37:33 2020 +0200
+++ b/README.md	Fri Dec 11 01:40:36 2020 +0800
@@ -78,7 +78,7 @@
 parameter such as `Capacity` without the feature `full` being enabled.
 
 
-Another parameter is TimeToLive - it targeting to refresh outdated values.
+Another parameter is TimeToLive - it's targeting to refresh outdated values.
 Example:
 ```rust
 #[memoize(Capacity: 123, TimeToLive: Duration::from_secs(2))]