From 261dfd1469f30987f773a153b1d15499aa64ab5b Mon Sep 17 00:00:00 2001 From: alberto-agudo <91462184+alberto-agudo@users.noreply.github.com> Date: Sat, 18 Mar 2023 02:24:52 +0100 Subject: [PATCH] Fixing typo at the end of date times chapter (18) (#1377) --- datetimes.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetimes.qmd b/datetimes.qmd index 54b63c8..75edc4c 100644 --- a/datetimes.qmd +++ b/datetimes.qmd @@ -795,4 +795,4 @@ Working with dates and times can seem harder than necessary, but hopefully this Even if your data never crosses a day light savings boundary or involves a leap year, the functions need to be able to handle it. The next chapter gives a round up of missing values. -You've seen them in a few places and have no doubt encounter in your own analysis, and it's how time to provide a grab bag of useful techniques for dealing with them. +You've seen them in a few places and have no doubt encounter in your own analysis, and it's now time to provide a grab bag of useful techniques for dealing with them.