Skip to content

Commit 5d97e31

Browse files
editor was confused with quotes
1 parent d9b5695 commit 5d97e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/Rcpp-package.Rnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ header file:
192192
*
193193
* It gives C calling convention to the rcpp_hello_world function so that
194194
* it can be called from .Call in R. Otherwise, the C++ compiler mangles the
195-
* name of the function and .Call can't find it.
195+
* name of the function and .Call cannot find it.
196196
*
197197
* It is only useful to use RcppExport when the function is intended to be called
198198
* by .Call. See the thread http://thread.gmane.org/gmane.comp.lang.r.rcpp/649/focus=672

0 commit comments

Comments
 (0)