Skip to content

Commit bdd847c

Browse files
17.2: clarify language (#1637)
"POSIXct" is the thing tripping off the tongue in this sentence, not base R.
1 parent f55997b commit bdd847c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datetimes.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There are three types of date/time data that refer to an instant in time:
5555

5656
- A **date-time** is a date plus a time: it uniquely identifies an instant in time (typically to the nearest second).
5757
Tibbles print this as `<dttm>`.
58-
Base R calls these POSIXct, but doesn't exactly trip off the tongue.
58+
Base R calls these POSIXct, but that doesn't exactly trip off the tongue.
5959

6060
In this chapter we are going to focus on dates and date-times as R doesn't have a native class for storing times.
6161
If you need one, you can use the **hms** package.

0 commit comments

Comments
 (0)