Skip to content

Commit ad8c97d

Browse files
committed
fix typo
1 parent 03833c9 commit ad8c97d

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
@@ -2751,7 +2751,7 @@ setcolorder = function(x, neworder=key(x), before=NULL, after=NULL) # before/af
27512751
}
27522752

27532753
set = function(x, i = NULL, j, value) {
2754-
name = as.chracter(substitute(x))
2754+
name = as.character(substitute(x))
27552755
old_add = address(x)
27562756
x = .Call(Cassign, x, i, j, NULL, value)
27572757
if (old_add != address(x)) {

0 commit comments

Comments
 (0)