Skip to content

Commit fbc175e

Browse files
committed
two minor typos
1 parent 0ecdf4b commit fbc175e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
\item Sorting is now prohibited at compile time for objects of type
2020
\code{List}, \code{RawVector} and \code{ExpressionVector}.
2121
\item Vectors now have a \code{Vector::const\_iterator} that is 'const correct'
22-
thanks to fix by Romain following bug report in rcpp-devel by Martyn Plummer.
22+
thanks to fix by Romain following a bug report in rcpp-devel by Martyn Plummer.
2323
\item The \code{mean()} sugar function now uses a more robust two-pass
2424
method, and new unit tests for \code{mean()} were added at the same time.
2525
\item The \code{mean()} and \code{var()} functions now support all core
@@ -28,7 +28,7 @@
2828
suggestion by Qiang Kou following a bug report by Søren Højsgaard.
2929
\item The macros \code{major}, \code{minor}, and \code{makedev} no longer leak
3030
in from the (Linux) system header \code{sys/sysmacros.h}.
31-
\item The \code{push_front()} string function was corrected..
31+
\item The \code{push_front()} string function was corrected.
3232
}
3333
\item Changes in Rcpp Attributes:
3434
\itemize{

0 commit comments

Comments
 (0)