Skip to content

Commit 596f65d

Browse files
Fix typo in datatable-joins documentation (#7609)
1 parent 8ff68f0 commit 596f65d

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
@@ -142,7 +142,7 @@ As many things have changed, let's explain the new characteristics in the follow
142142
- **Column level**
143143
- The *first group* of columns in the new `data.table` comes from the `x` table.
144144
- The *second group* of columns in the new `data.table` comes from the `i` table.
145-
- If the join operation presents a present any **name conflict** (both table have same column name) the ***prefix*** `i.` is added to column names from the **right-hand table** (table on `i` position).
145+
- If the join operation presents any **name conflict** (both tables have same column name) the ***prefix*** `i.` is added to column names from the **right-hand table** (table on `i` position).
146146

147147
- **Row level**
148148
- The missing `product_id` present on the `ProductReceived` table in row 1 was successfully matched with missing `id` of the `Products` table, so `NA` ***values are treated as any other value***.

0 commit comments

Comments
 (0)