Skip to content

Commit 7342791

Browse files
restore ws change
1 parent 0ab0f5e commit 7342791

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
@@ -199,7 +199,7 @@ replace_dot_alias = function(e) {
199199
}
200200
return(x)
201201
}
202-
if (!mult %chin% c("first","last","all")) stopf("mult argument can only be 'first', 'last' or 'all'")
202+
if (!mult %chin% c("first", "last", "all")) stopf("mult argument can only be 'first', 'last' or 'all'")
203203
missingroll = missing(roll)
204204
if (length(roll)!=1L || is.na(roll)) stopf("roll must be a single TRUE, FALSE, positive/negative integer/double including +Inf and -Inf or 'nearest'")
205205
if (is.character(roll)) {

0 commit comments

Comments
 (0)