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,
143143}
144144```
145145
146- Apart from being stronly -typed and the need for explicit `return`
146+ Apart from being strongly -typed and the need for explicit `return`
147147statement, the code is now identical between highly-vectorised
148148\proglang{R} and \proglang{C++}.
149149
@@ -533,7 +533,7 @@ read of the paper.
533533Writing \sugar functions is fairly repetitive and follows a well-structured
534534pattern. So once the basic concepts are mastered (which may take time given
535535the 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.
537537
538538## The curiously recurring template pattern
539539
You can’t perform that action at this time.
0 commit comments