Skip to content

Commit 2e5d631

Browse files
nekevssjedel1043
andauthored
Update blog/2025-09-23-temporal-release/index.md
Co-authored-by: José Julián Espina <[email protected]>
1 parent 6c5daea commit 2e5d631

File tree

1 file changed

+1
-1
lines changed
  • blog/2025-09-23-temporal-release

1 file changed

+1
-1
lines changed

blog/2025-09-23-temporal-release/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ let zdt = ZonedDateTime::from_utf8(
307307
// We can get the current ZonedDateTime
308308
let today = Temporal::now().zoned_date_time_iso(None).unwrap();
309309

310-
// And we can easily get the difference the two `ZonedDateTime`s
310+
// And we can easily get the difference between two `ZonedDateTime`s
311311
let mut options = DifferenceSettings::default();
312312
options.largest_unit = Some(Unit::Year);
313313
let diff = today.since(&zdt, options).unwrap();

0 commit comments

Comments
 (0)