Skip to content

Commit 24bd1a8

Browse files
authored
Fix typo
import -> important
1 parent 15b3a87 commit 24bd1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/Rcpp-attributes.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ inline double timesTwo(double x) {
443443
#endif // __UTILITIES__
444444
```
445445

446-
Note the use of the `#ifndef` include guard, this is import to ensure
446+
Note the use of the `#ifndef` include guard, this is important to ensure
447447
that code is not included more than once in a source file. You should
448448
use an include guard and be sure to pick a unique name for the corresponding
449449
`#define`.

0 commit comments

Comments
 (0)