Skip to content

Commit a9851ef

Browse files
committed
change wording for error
1 parent 1d2f11a commit a9851ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/fread.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yaml=FALSE, tmpdir=tempdir(), tz="UTC")
3131
is.numeric(nrows), length(nrows)==1L
3232
)
3333
if (!is.character(comment.char) || length(comment.char) != 1L || is.na(comment.char) || nchar(comment.char) > 1L) {
34-
stopf("comment.char= must be a single non-NA character string.")
34+
stopf("comment.char= must be a single non-NA character.")
3535
}
3636
fill = if(identical(fill, Inf)) .Machine$integer.max else as.integer(fill)
3737
nrows=as.double(nrows) #4686

0 commit comments

Comments
 (0)