Skip to content

Commit a0a4641

Browse files
committed
remove another stray ~ [ci skip]
1 parent 43c24bc commit a0a4641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/Rcpp-modules.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Note that this example assumed that the previous code segment defining the
354354
module was returned by the `cxxfunction()` (from the \pkg{inline}
355355
package) as callable R function `fx` from which we can extract the
356356
relevant pointer using `getDynLib()`. In the case of using Rcpp modules
357-
via a package (which is detailed in Section~\ref{sec:package} below), modules
357+
via a package (which is detailed in Section \ref{sec:package} below), modules
358358
are actually loaded differently and we would have used
359359

360360
```{r, eval=FALSE}

0 commit comments

Comments
 (0)