Skip to content

Commit 1ddeef5

Browse files
committed
Correct missing word spotted by @Enchufa2
1 parent d082a65 commit 1ddeef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/rmd/Rcpp-libraries.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ package) containing the required \code{\#include} statement for the type(s) will
165165
compilation; see the 'Rcpp Attributes' vignette for details \citep{CRAN:Rcpp:Attributes}.
166166

167167
It may also be a dependency on a fairly standard library available on most if
168-
not all systems. The graphics formats bmp, jpeg or png may be example; text
168+
not all systems. The graphics formats bmp, jpeg or png may be an example; text
169169
formats like JSON or XML are another. One difficulty, though, may be that
170170
_run-time_ support does not always guarantee _compile-time_ support. In these
171171
cases, a `-dev` or `-devel` package may need to be installed.

0 commit comments

Comments
 (0)