A typo fix by Hengni Cai (#414)
This commit is contained in:
parent
83814fac8a
commit
4deea2af58
|
@ -417,7 +417,7 @@ You can add and multiply periods:
|
||||||
days(50) + hours(25) + minutes(2)
|
days(50) + hours(25) + minutes(2)
|
||||||
```
|
```
|
||||||
|
|
||||||
And of course, add them to dates. Compared to durations, periods are more likely do what you expect:
|
And of course, add them to dates. Compared to durations, periods are more likely to do what you expect:
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
# A leap year
|
# A leap year
|
||||||
|
|
Loading…
Reference in New Issue