chore: Fix typo

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2026-04-21 08:51:13 +02:00
committed by Benjamin Bouvier
parent 99d675d85a
commit 38adf952bd
+1 -1
View File
@@ -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<f64> {
Some(0.0)