Skip to content

Commit 6a502b4

Browse files
better comment
1 parent fe6abeb commit 6a502b4

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
@@ -1248,7 +1248,7 @@ replace_dot_alias = function(e) {
12481248
.reassign_extracted_table(
12491249
name, x, parent.frame(),
12501250
err_msg_detail = "L[[i]][,:=]",
1251-
err_msg_na = NULL # Triggers internal_error
1251+
err_msg_na = NULL # Shouldn't be needed; triggers internal error if so
12521252
)
12531253
} # TO DO: else if env$<- or list$<-
12541254
}

0 commit comments

Comments
 (0)