Skip to content

Commit abe3710

Browse files
authored
fix typo in README
1 parent 0c955db commit abe3710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ before including any headers in your source code.
101101
1. Add the line `CXX_STD = CXX11` to the `src/Makevars(.win)` files of your package.
102102
2. Add `RcppThread` to the `LinkingTo` field of your `DESCRIPTION` file.
103103

104-
## Automatic override of `std::cout`, `std::cerr``, and `std::thread`
104+
## Automatic override of `std::cout`, `std::cerr`, and `std::thread`
105105

106106
There are preprocessor options to replace all occurrences of `std::cout`, `std::cerr`, and `std::thread` with calls to `RcppThread::Rcout`, `RcppThread::Rcerr`, and `RcppThread::Thread`
107107
(provided that the RcppThread headers are included first). To enable this, use

0 commit comments

Comments
 (0)