Skip to content

Commit 647f05b

Browse files
authored
Fix typo in FAQ vignette (#288)
* Add missing letter 's' in 'logicals' * Update FAQ.Rmd
1 parent 3e23b30 commit 647f05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/FAQ.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have a question that you think would fit well here please [open an issue]
2424
| --- | --- |
2525
| cpp11::integers | int |
2626
| cpp11::doubles | double |
27-
| cpp11::logical | cpp11::r_bool |
27+
| cpp11::logicals | cpp11::r_bool |
2828
| cpp11::strings | cpp11::r_string |
2929
| cpp11::raws | uint8_t |
3030
| cpp11::list | SEXP |

0 commit comments

Comments
 (0)