Skip to content

Commit 889dbee

Browse files
committedJan 29, 2025
Fix missing roxygen backticks
1 parent fb0b3bd commit 889dbee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎R/time-utils.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ time_type_unit_pluralizer <- c(
265265
#' Format a length-1 time delta to a character to assist messaging
266266
#'
267267
#' This is meant to address the following:
268-
#' - glue::glue("{as.difftime(1, units = 'days')}") is "1"
269-
#' - glue::glue("{format(as.difftime(1, units = 'days'))}") is "1 days"
268+
#' - `glue::glue("{as.difftime(1, units = 'days')}")` is `"1"`
269+
#' - `glue::glue("{format(as.difftime(1, units = 'days'))}")` is `"1 days"`
270270
#' - time deltas for yearmonths and integers don't have units attached at all
271271
#'
272272
#' @keywords internal

‎man/format_time_delta.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)