Skip to content

Commit c750a29

Browse files
committed
Minor news update
1 parent bc007af commit c750a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
\section{Changes in [UNRELEASED] Rcpp version 0.11.2}{
66
\itemize{
7-
\item Templated List containers, \code{ListOf<T>}, have been
7+
\item Templated \code{List} containers, \code{ListOf<T>}, have been
88
introduced. When subsetting such containers, the return is assumed
99
to be of type T, allowing code such as
1010
\code{ListOf<NumericVector> x; NumericVector y = x[0] + x[1] + x[2]}.

0 commit comments

Comments
 (0)