We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390a9a3 commit fe6abebCopy full SHA for fe6abeb
1 file changed
R/data.table.R
@@ -134,7 +134,7 @@ replace_dot_alias = function(e) {
134
origj = j = if (name %iscall% "$") as.character(name[[3L]]) else eval(name[[3L]], env, env)
135
if (length(j) != 1L) {
136
stopf(
137
- "Cannot assign with a recursive index of length %d. The syntax %s is only valid when the index is length 1.",
+ "Cannot assign with a recursive index of length %d. The syntax %s is only valid when the index i is length 1.",
138
length(j),
139
err_msg_detail
140
)
0 commit comments