From 38adf952bd25f45731f582e951c1efdbf7c3ad48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 21 Apr 2026 08:51:13 +0200 Subject: [PATCH] chore: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- crates/matrix-sdk-common/src/ttl_cache.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-common/src/ttl_cache.rs b/crates/matrix-sdk-common/src/ttl_cache.rs index 4d0738da0..49048f020 100644 --- a/crates/matrix-sdk-common/src/ttl_cache.rs +++ b/crates/matrix-sdk-common/src/ttl_cache.rs @@ -212,7 +212,7 @@ fn now_timestamp_ms() -> f64 { /// The default timestamp if it is missing during deserialization. /// -/// We expect that value that was serialized always has an expiry time, so the +/// We expect that a value that was serialized always has an expiry time, so the /// default is `Some(0.0)`. fn default_timestamp() -> Option { Some(0.0)