Skip to content

Commit c5201c2

Browse files
Merge pull request #795 from lindbrook/patch-1
fix typo in future-7-for-package-developers.md.rsp
2 parents 4392c60 + 73ca409 commit c5201c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/future-7-for-package-developers.md.rsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ or
101101
y <- my_fcn(x, parallel = TRUE)
102102
```
103103

104-
depending on their needs. However, if another package developer decide to call you function in their function, they now have to expose that `parallel` argument to the users of their function, e.g.
104+
depending on their needs. However, if another package developer decide to call your function in their function, they now have to expose that `parallel` argument to the users of their function, e.g.
105105

106106
```r
107107
their_fcn <- function(x, parallel = FALSE) {

0 commit comments

Comments
 (0)