Skip to content

Commit ce2f674

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/temporal-release/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ let today = Temporal::now().plain_date_iso(None).unwrap();
272272
let partial = PartialDuration::empty().with_days(1);
273273
let tomorrow = today.add(&partial.try_into().unwrap(), None).unwrap();
274274

275-
// We can get the difference two dates
275+
// We can get the difference between two dates
276276
let diff = today
277277
.since(&tomorrow, DifferenceSettings::default())
278278
.unwrap();

0 commit comments

Comments
 (0)