Skip to content

Commit 4681799

Browse files
authored
Merge pull request #831 from PeteHaitch/patch-1
Remove stray backslash typo in Rcpp-attributes.Rmd
2 parents acf8756 + 284d8e4 commit 4681799

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
@@ -221,7 +221,7 @@ errors. Within \proglang{R} extensions written in \proglang{C} the `Rf_error` fu
221221
safely use `Rf_error` because it results in a `longjmp` over
222222
any \proglang{C++} destructors on the stack.
223223

224-
The correct way to signal errors within \proglang{C++} functions is to throw an \\`Rcpp::exception`. For example:
224+
The correct way to signal errors within \proglang{C++} functions is to throw an `Rcpp::exception`. For example:
225225

226226
```{Rcpp, eval = FALSE}
227227
if (unexpectedCondition)

0 commit comments

Comments
 (0)