Added missing word in datetimes.Rmd (#848)

This commit is contained in:
Johannes Gruber 2020-10-03 15:40:07 +01:00 committed by GitHub
parent 1aeec599b9
commit 089e060a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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