Skip to content

Commit

Permalink
Fix typos in R/dtc_utils.R
Browse files Browse the repository at this point in the history
Co-authored-by: edgar-manukyan <[email protected]>
  • Loading branch information
ramiromagno and edgar-manukyan authored Nov 16, 2023
1 parent d493b4c commit 83db47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/dtc_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ is_dtc_fmt <- function(fmt) {

#' Assert date time character formats
#'
#' [assert_dtc_fmt()] takes a character vector of date/time formats and check if
#' the formats are supported, meaning it check if they are one of the formats
#' [assert_dtc_fmt()] takes a character vector of date/time formats and checks if
#' the formats are supported, meaning it checks if they are one of the formats
#' listed in column `fmt` of [dtc_formats], failing with an error otherwise.
#'
#' @param fmt A character vector.
Expand Down

0 comments on commit 83db47d

Please sign in to comment.