Skip to content

Commit

Permalink
update s3-vector.Rmd: possessive 'its' (#1848)
Browse files Browse the repository at this point in the history
very minor, few cases of its/it's
  • Loading branch information
mdsumner committed Oct 10, 2023
1 parent 883737a commit 5852e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/s3-vector.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ They're collectively demonstrated with a number of simple S3 classes:
- Meter: a numeric vector with meter units.
This is the simplest possible class with interesting algebraic properties.

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

## Basics
Expand Down Expand Up @@ -147,7 +147,7 @@ format.vctrs_percent <- function(x, ...) {

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

Expand Down

0 comments on commit 5852e42

Please sign in to comment.