diff --git a/R/friendly-type.R b/R/friendly-type.R index 12fddf4f1..2333e11ce 100644 --- a/R/friendly-type.R +++ b/R/friendly-type.R @@ -23,7 +23,7 @@ friendly_type <- function(x, value = TRUE, length = FALSE) { } else { "a" } - return(paste0(prop, " {.cls {class(x)}} object")) + return(paste0(prop, " {.cls {class(x)[1]}} object")) } }