File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Rcpp::NumericVector foo(Rcpp::NumericVector x,
143
143
}
144
144
```
145
145
146
- Apart from being stronly -typed and the need for explicit `return`
146
+ Apart from being strongly -typed and the need for explicit `return`
147
147
statement, the code is now identical between highly-vectorised
148
148
\proglang{R} and \proglang{C++}.
149
149
@@ -533,7 +533,7 @@ read of the paper.
533
533
Writing \sugar functions is fairly repetitive and follows a well-structured
534
534
pattern. So once the basic concepts are mastered (which may take time given
535
535
the inherent complexities in template programming), it should be possible to
536
- extend the set of function further following the established pattern..
536
+ extend the set of function further following the established pattern.
537
537
538
538
## The curiously recurring template pattern
539
539
You can’t perform that action at this time.
0 commit comments