Skip to content

Commit 078d10c

Browse files
committed
typo in interface results for #373
1 parent 7bc0bd3 commit 078d10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/fit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ check_xy_interface <- function(x, y, cl, model) {
382382
}
383383

384384
if (matrix_interface) {
385-
return("data.frame")
385+
return("matrix")
386386
}
387387
if (df_interface) {
388388
return("data.frame")

0 commit comments

Comments
 (0)