Skip to content

Commit b8d5b7d

Browse files
committed
correct a double-quote
1 parent 75b1c80 commit b8d5b7d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-03-14 Dirk Eddelbuettel <[email protected]>
2+
3+
* vignettes/Rcpp-FAQ.Rmd: Correct a double-quote (thanks, Joris Meys)
4+
15
2018-03-08 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION: Release 0.12.16

vignettes/Rcpp-FAQ.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ b
14031403
With this being said, there is one last area of contention with the proxy model:
14041404
the keyword `const`. The `const` declaration indicates that an object
14051405
is not allowed to be modified by any action. Due to the way the proxy
1406-
model paradigm works, there is a way to ``override'' the `const` designation.
1406+
model paradigm works, there is a way to "override" the `const` designation.
14071407
Simply put, one can create a new \pkg{Rcpp} object without the `const`
14081408
declaration from a pre-existing one. As a result, the new \pkg{Rcpp} object
14091409
would be allowed to be modified by the compiler and, thus, modifying the initial

0 commit comments

Comments
 (0)