Skip to content

Commit

Permalink
Update R/assert_inputs.R
Browse files Browse the repository at this point in the history
Co-authored-by: Flavio Poletti <[email protected]>
  • Loading branch information
mpadge and polettif authored Oct 8, 2024
1 parent 54d42ec commit 6fd1246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/assert_inputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ error_x_wrong_inheritance <- function(input_name,
#' @param path Vector of file paths
#' @param ext File extension to be asserted for each `path`
#'
#' @return Logicl vector of same length as `path`, with `TRUE` for each element
#' @return Logical vector of same length as `path`, with `TRUE` for each element
#' with specified extension, `FALSE` otherwise.
#'
#' @noRd
Expand Down

0 comments on commit 6fd1246

Please sign in to comment.