Skip to content

Commit 3e30046

Browse files
correct prefix :)
1 parent 1c7d250 commit 3e30046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/merge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ merge.data.table = function(x, y, by = NULL, by.x = NULL, by.y = NULL, all = FAL
106106
y_part_col_name = e$bmerge_x_arg_col_name
107107
y_part_type = e$bmerge_x_arg_type
108108

109-
stopf("Incompatible join types: x.%s (%s) and i.%s (%s). Factor columns must join to factor or character columns.", x_part_col_name, x_part_type, y_part_col_name, y_part_type, class = "dt_merge_incompatible_type_error")
109+
stopf("Incompatible join types: x.%s (%s) and y.%s (%s). Factor columns must join to factor or character columns.", x_part_col_name, x_part_type, y_part_col_name, y_part_type, class = "dt_merge_incompatible_type_error")
110110
}
111111
)
112112

0 commit comments

Comments
 (0)