We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b3a87 + 24bd1a8 commit 0069f0bCopy full SHA for 0069f0b
vignettes/Rcpp-attributes.Rmd
@@ -443,7 +443,7 @@ inline double timesTwo(double x) {
443
#endif // __UTILITIES__
444
```
445
446
-Note the use of the `#ifndef` include guard, this is import to ensure
+Note the use of the `#ifndef` include guard, this is important to ensure
447
that code is not included more than once in a source file. You should
448
use an include guard and be sure to pick a unique name for the corresponding
449
`#define`.
0 commit comments