Skip to content

Commit 2986c90

Browse files
committed
Minor documentation correction from code review [ci skip]
1 parent 03f32db commit 2986c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/RcppEigen-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Rcpp/Eigen bridge
1717
package are for illustration only.
1818

1919
As described at the \href{https://libeigen.gitlab.io/}{Eigen project home
20-
page} , Eigen is a a C++ template library for linear algebra: matrices,
20+
page} , Eigen is a C++ template library for linear algebra: matrices,
2121
vectors, numerical solvers, and related algorithms.
2222
}
2323
\section{Threading}{
@@ -26,7 +26,7 @@ Rcpp/Eigen bridge
2626
retrieved) explicitly via helper functions \code{EigenSetNbThreads()} and
2727
\code{EigenNbThreads()}. A default value is stored at package startup; it
2828
recognises R option value \code{Ncpus} and environment variable
29-
\code{OMP_THREAD_LIMITS}. Additional helper functions
29+
\code{OMP_THREAD_LIMIT}. Additional helper functions
3030
\code{RcppEigen_throttle_cores()} and \code{RcppEigen_reset_cores()} are
3131
available to (temporarily) lower the number of cores uses and to reset to
3232
the package default value set at startup.

0 commit comments

Comments
 (0)