Skip to content

Commit 883737a

Browse files
authored
Fix a typo in type-size.Rmd (#1852)
1 parent e16c2be commit 883737a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/type-size.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ vec_size_common(integer(), 1)
325325

326326
vctrs obeys a stricter set of recycling rules than base R. Vectors of size 1 are recycled to any other size. All other size combinations will generate an error. This strictness prevents common mistakes like `dest == c("IAH", "HOU"))`, at the cost of occasionally requiring an explicit calls to `rep()`.
327327

328-
```{r, echo = FALSE, fig.cap="Summary of vctrs recycling rules. X indicates n error"}
328+
```{r, echo = FALSE, fig.cap="Summary of vctrs recycling rules. X indicates an error"}
329329
knitr::include_graphics("../man/figures/sizes-recycling.png", dpi = 300)
330330
```
331331

0 commit comments

Comments
 (0)