We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5daea commit 2e5d631Copy full SHA for 2e5d631
blog/2025-09-23-temporal-release/index.md
@@ -307,7 +307,7 @@ let zdt = ZonedDateTime::from_utf8(
307
// We can get the current ZonedDateTime
308
let today = Temporal::now().zoned_date_time_iso(None).unwrap();
309
310
-// And we can easily get the difference the two `ZonedDateTime`s
+// And we can easily get the difference between two `ZonedDateTime`s
311
let mut options = DifferenceSettings::default();
312
options.largest_unit = Some(Unit::Year);
313
let diff = today.since(&zdt, options).unwrap();
0 commit comments