diff --git a/datetimes.qmd b/datetimes.qmd index ca6fc63..d40510a 100644 --- a/datetimes.qmd +++ b/datetimes.qmd @@ -55,7 +55,7 @@ There are three types of date/time data that refer to an instant in time: - A **date-time** is a date plus a time: it uniquely identifies an instant in time (typically to the nearest second). Tibbles print this as ``. - Base R calls these POSIXct, but doesn't exactly trip off the tongue. + Base R calls these POSIXct, but that doesn't exactly trip off the tongue. In this chapter we are going to focus on dates and date-times as R doesn't have a native class for storing times. If you need one, you can use the **hms** package.