File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
151151s3_register("base::format", "vctrs_percent")
152152```
153153
You can’t perform that action at this time.
0 commit comments