From 089e060a0671a85c6c6a7fd10eddd1b372d63913 Mon Sep 17 00:00:00 2001 From: Johannes Gruber Date: Sat, 3 Oct 2020 15:40:07 +0100 Subject: [PATCH] Added missing word in datetimes.Rmd (#848) --- datetimes.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetimes.Rmd b/datetimes.Rmd index 739a7e0..ae92270 100644 --- a/datetimes.Rmd +++ b/datetimes.Rmd @@ -388,7 +388,7 @@ Why is one day after 1pm on March 12, 2pm on March 13?! If you look carefully at ### Periods -To solve this problem, lubridate provides __periods__. Periods are time spans but don't have a fixed length in seconds, instead they work with "human" times, like days and months. That allows them work in a more intuitive way: +To solve this problem, lubridate provides __periods__. Periods are time spans but don't have a fixed length in seconds, instead they work with "human" times, like days and months. That allows them to work in a more intuitive way: ```{r} one_pm