Skip to content

Commit 3918e44

Browse files
committed
fix typo
1 parent 92aa374 commit 3918e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Seamless R and C++ Integration
44

5-
The [Rcpp package](http://cran.r-project.org/package=Rcpp) provides R functions as and a C++ library
6-
facilitating the integration of R and C++
5+
The [Rcpp package](http://cran.r-project.org/package=Rcpp) provides R functions and a C++ library
6+
facilitating the integration of R and C++.
77

88
R data types (`SEXP`) are matched to C++ objects in a class hierarchy. All R
99
types are supported (vectors, functions, environment, etc ...) and each

0 commit comments

Comments
 (0)