Skip to content

Commit 284d8e4

Browse files
authored
Remove stray backslash typo in Rcpp-attributes.Rmd
1 parent acf8756 commit 284d8e4

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)