Skip to content

Commit a7423cb

Browse files
authored
rcppeigen_hello_world.cpp: fix typo in comments (#114)
1 parent 97e7b7f commit a7423cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/skeleton/rcppeigen_hello_world.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// [[Rcpp::depends(RcppEigen)]]
1010

1111
// simple example of creating two matrices and
12-
// returning the result of an operatioon on them
12+
// returning the result of an operation on them
1313
//
1414
// via the exports attribute we tell Rcpp to make this function
1515
// available from R

0 commit comments

Comments
 (0)