Skip to content

Commit daa4915

Browse files
Minor fix about markdown syntax on cpp11.Rmd (#306)
1 parent 35eee2e commit daa4915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vignettes/cpp11.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ doubles attribs() {
529529
If you're working with missing values, you need to know two things:
530530

531531
* How R's missing values behave in C++'s scalars (e.g., `double`).
532+
532533
* How to get and set missing values in vectors (e.g., `doubles`).
533534

534535
### Scalars

0 commit comments

Comments
 (0)