Skip to content

Commit 5852e42

Browse files
authored
update s3-vector.Rmd: possessive 'its' (#1848)
very minor, few cases of its/it's
1 parent 883737a commit 5852e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/s3-vector.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ They're collectively demonstrated with a number of simple S3 classes:
5959
- Meter: a numeric vector with meter units.
6060
This is the simplest possible class with interesting algebraic properties.
6161

62-
- Period and frequency: a pair of classes represent a period, or it's inverse, frequency.
62+
- Period and frequency: a pair of classes represent a period, or its inverse, frequency.
6363
This allows us to explore more arithmetic operators.
6464

6565
## Basics
@@ -147,7 +147,7 @@ format.vctrs_percent <- function(x, ...) {
147147

148148
```{r, include = FALSE}
149149
# As of R 3.5, print.vctr can not find format.percent since it's not in
150-
# it's lexical environment. We fix that problem by manually registering.
150+
# its lexical environment. We fix that problem by manually registering.
151151
s3_register("base::format", "vctrs_percent")
152152
```
153153

0 commit comments

Comments
 (0)