Skip to content

Commit

Permalink
fix typo (hadley#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtr13 authored Nov 27, 2022
1 parent da35569 commit e2a4e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datetimes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ hour(datetime) <- hour(datetime) + 1
datetime
```

Alternatively, rather than modifying an existing variabke, you can create a new date-time with `update()`.
Alternatively, rather than modifying an existing variable, you can create a new date-time with `update()`.
This also allows you to set multiple values in one step:

```{r}
Expand Down

0 comments on commit e2a4e1a

Please sign in to comment.