Skip to content

Commit d7be34b

Browse files
committed
Fix missing word
1 parent 1f42e14 commit d7be34b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ See [vignette("cpp11")](https://cpp11.r-lib.org/articles/cpp11.html) to get star
3434
## Motivations
3535

3636
[Rcpp](https://cran.r-project.org/package=Rcpp) has been a widely successful project, however over the years a number of issues and additional C++ features have arisen.
37-
Adding these features to Rcpp would require a great deal work, or in some cases would be impossible without severely breaking backwards compatibility.
37+
Adding these features to Rcpp would require a great deal of work, or in some cases would be impossible without severely breaking backwards compatibility.
3838

3939
**cpp11** is a ground up rewrite of C++ bindings to R with different design trade-offs and features.
4040

vignettes/motivations.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Released in 2000, the [cxx](https://cran.r-project.org/package=cxx) package was
3434
Of these `Rcpp` has by far the widest adoption, with over 2000 reverse dependencies as of 2020.
3535

3636
Rcpp has been a widely successful project, however over the years a number of issues and additional C++ features have arisen.
37-
Adding these features to Rcpp would require a great deal work, or in some cases would be impossible without severely breaking backwards compatibility.
37+
Adding these features to Rcpp would require a great deal of work, or in some cases would be impossible without severely breaking backwards compatibility.
3838

3939
cpp11 is a ground up rewrite of C++ bindings to R with different design trade-offs and features.
4040

0 commit comments

Comments
 (0)