Skip to content

Commit d34231e

Browse files
authored
Update R/utils.R
Signed-off-by: André Veríssimo <[email protected]>
1 parent 9bac933 commit d34231e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ select_decorators <- function(decorators, scope) {
407407

408408
#' Convert flat list of `teal_transform_module` to named lists
409409
#'
410-
#' @param decorators (list of `teal_transform_modules`) to normalize.
410+
#' @param decorators (list of `teal_transform_module`) to normalize.
411411
#' @return A named list of lists with `teal_transform_module` objects.
412412
#' @keywords internal
413413
normalize_decorators <- function(decorators) {

0 commit comments

Comments
 (0)