Skip to content

Commit fe6abeb

Browse files
mention 'i' for more clarity
1 parent 390a9a3 commit fe6abeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ replace_dot_alias = function(e) {
134134
origj = j = if (name %iscall% "$") as.character(name[[3L]]) else eval(name[[3L]], env, env)
135135
if (length(j) != 1L) {
136136
stopf(
137-
"Cannot assign with a recursive index of length %d. The syntax %s is only valid when the index is length 1.",
137+
"Cannot assign with a recursive index of length %d. The syntax %s is only valid when the index i is length 1.",
138138
length(j),
139139
err_msg_detail
140140
)

0 commit comments

Comments
 (0)