Skip to content

Commit 0069f0b

Browse files
authored
Merge pull request #821 from Marlin-Na/patch-1
Fix typo
2 parents 15b3a87 + 24bd1a8 commit 0069f0b

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)