diff --git a/R/ui.R b/R/ui.R index 21c7e97d..0317c1fd 100644 --- a/R/ui.R +++ b/R/ui.R @@ -264,7 +264,7 @@ generate_ui.block <- function(x, id, ..., #' Useful to allow stack to add blocks to it. #' #' @param x Stack object. -#' @param ... +#' @param ... For generic consistency #' #' @export #' @rdname add_block diff --git a/man/add_block.Rd b/man/add_block.Rd index 91ebe57d..e24e3009 100644 --- a/man/add_block.Rd +++ b/man/add_block.Rd @@ -21,7 +21,7 @@ add_block_ui(x, ...) \arguments{ \item{x}{Stack object.} -\item{...}{} +\item{...}{For generic consistency} \item{id}{Module id.}