Skip to content

Commit

Permalink
Fix missing roxygen backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Jan 29, 2025
1 parent fb0b3bd commit 889dbee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/time-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ time_type_unit_pluralizer <- c(
#' Format a length-1 time delta to a character to assist messaging
#'
#' This is meant to address the following:
#' - glue::glue("{as.difftime(1, units = 'days')}") is "1"
#' - glue::glue("{format(as.difftime(1, units = 'days'))}") is "1 days"
#' - `glue::glue("{as.difftime(1, units = 'days')}")` is `"1"`
#' - `glue::glue("{format(as.difftime(1, units = 'days'))}")` is `"1 days"`
#' - time deltas for yearmonths and integers don't have units attached at all
#'
#' @keywords internal
Expand Down
4 changes: 2 additions & 2 deletions man/format_time_delta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 889dbee

Please sign in to comment.