Skip to content

Commit 1b8193e

Browse files
committed
fix an old one-char typo
1 parent 2c76e4f commit 1b8193e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/examples/RcppGibbs/timeRNGs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ suppressMessages(library(rbenchmark))
55

66
## NOTE: Within this section, the new way to compile Rcpp code inline has been
77
## written. Please use the code next as a template for your own project, and
8-
## no NOT use the old code below
8+
## do NOT use the old code below
99

1010
cppFunction('
1111
NumericVector rcppGamma(NumericVector x){

0 commit comments

Comments
 (0)