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 6d6c2be commit ce2f674Copy full SHA for ce2f674
blog/temporal-release/index.md
@@ -272,7 +272,7 @@ let today = Temporal::now().plain_date_iso(None).unwrap();
272
let partial = PartialDuration::empty().with_days(1);
273
let tomorrow = today.add(&partial.try_into().unwrap(), None).unwrap();
274
275
-// We can get the difference two dates
+// We can get the difference between two dates
276
let diff = today
277
.since(&tomorrow, DifferenceSettings::default())
278
.unwrap();
0 commit comments