Skip to content

Commit 112e5df

Browse files
patr1ckmeddelbuettel
authored andcommitted
Two typos in Rcpp-sugar.Rmd (#895)
- `stronly` -> `strongly` - delete a period
1 parent e6b2713 commit 112e5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/Rcpp-sugar.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`
147147
statement, the code is now identical between highly-vectorised
148148
\proglang{R} and \proglang{C++}.
149149
@@ -533,7 +533,7 @@ read of the paper.
533533
Writing \sugar functions is fairly repetitive and follows a well-structured
534534
pattern. So once the basic concepts are mastered (which may take time given
535535
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.
537537

538538
## The curiously recurring template pattern
539539

0 commit comments

Comments
 (0)