Skip to content

Commit f626801

Browse files
further tweak
1 parent 046c9da commit f626801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/datatable-secondary-indices-and-auto-indexing.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ flights[.("JFK", "LAX"), on = c("origin", "dest")][1:5]
197197
flights[.(origin = "JFK", dest = "LAX"), on = c("origin", "dest")]
198198
```
199199

200-
This makes it clear which values correspond to which element of `on`.
200+
This makes it clear which entries in `j` correspond to which element of `on`.
201201

202202
### b) Select in `j`
203203

0 commit comments

Comments
 (0)