Skip to content

Commit a905fdb

Browse files
committed
minor typo
Changed "extented" to "extended" on line 88.
1 parent 02a2e1c commit a905fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/Rcpp-introduction.Rnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ background on the development of \pkg{Rcpp}.
8585

8686
The \pkg{Rcpp} package provides a consistent API for seamlessly accessing,
8787
extending or modifying \proglang{R} objects at the \proglang{C++} level. The API is a rewritten
88-
and extented version of an earlier API which we refer to as the `classic
88+
and extended version of an earlier API which we refer to as the `classic
8989
\pkg{Rcpp} API'. It is still provided in the \pkg{RcppClassic} package \citep{CRAN:RcppClassic}
9090
to ensure compatibility, but its use is otherwise deprecated.
9191
All new development should use the richer second API which

0 commit comments

Comments
 (0)