Skip to content

Commit 285b152

Browse files
authored
Update datatable-joins.Rmd #7221 line 172
remove confusing text data.table for translations
1 parent d8a4c79 commit 285b152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/datatable-joins.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Products[ProductReceived,
169169
on = list(id = product_id)]
170170
```
171171

172-
- Wrapping the related columns in the `data.table` `list` alias `.`.
172+
- Wrapping the related columns in the `list` alias `.`.
173173

174174
```{r, eval=FALSE}
175175
Products[ProductReceived,

0 commit comments

Comments
 (0)