Skip to content

Commit 3eb1894

Browse files
committed
Merge pull request #300 from liangcj/patch-1
minor typo
2 parents 02a2e1c + a905fdb commit 3eb1894

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)