diff --git a/R/broom.R b/R/broom.R index 32e953fe..a6adf054 100644 --- a/R/broom.R +++ b/R/broom.R @@ -92,7 +92,7 @@ glance.mdl_ts <- function(x, ...){ #' This function will obtain the coefficients (and associated statistics) for #' each model in the mable. #' -#' @param x A mable. +#' @param x,object A mable. #' @param ... Arguments for model methods. #' #' @examples diff --git a/man/tidy.Rd b/man/tidy.Rd index 81175219..e335452e 100644 --- a/man/tidy.Rd +++ b/man/tidy.Rd @@ -13,7 +13,7 @@ \method{tidy}{mdl_ts}(x, ...) } \arguments{ -\item{x}{A mable.} +\item{x, object}{A mable.} \item{...}{Arguments for model methods.} }