Skip to content

Commit 6294a50

Browse files
committed
Merge pull request #457 from renkun-ken/patch-1
fix typo
2 parents a4a4627 + 217fbf7 commit 6294a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/Rcpp-modules.Rnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ There are some things \textsl{Rcpp modules} is not good at:
10191019
implemented via an external pointer using a memory location, which is
10201020
non-constant and varies between session. Objects have to be re-created,
10211021
which is different from the (de-)serialization that R offers. So these
1022-
objects cannot be save from session to session.
1022+
objects cannot be saved from session to session.
10231023
\item mulitple inheritance: currently, only simple class structures are
10241024
representable via \textsl{Rcpp modules}.
10251025
\end{itemize}

0 commit comments

Comments
 (0)