Skip to content

Commit

Permalink
typo in interface results for tidymodels#373
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Oct 5, 2020
1 parent 7bc0bd3 commit 078d10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ check_xy_interface <- function(x, y, cl, model) {
}

if (matrix_interface) {
return("data.frame")
return("matrix")
}
if (df_interface) {
return("data.frame")
Expand Down

0 comments on commit 078d10c

Please sign in to comment.