Skip to content

Commit

Permalink
docs(time_delta_to_n_steps): copyediting
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Nov 14, 2024
1 parent 6d8bcf6 commit 03155dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -1125,8 +1125,7 @@ validate_slide_window_arg <- function(arg, time_type, lower = 1, allow_inf = TRU
#' to time values of time type `time_type`. If the given time type does not
#' support infinite values, then it should produce +Inf or -Inf for analogous
#' entries of `time_delta`, and match the addition result match the addition
#' result for non-infinite values, and product +Inf / -Inf when match the sign
#' and of `time_delta`.
#' result for non-infinite entries.
#'
#' @keywords internal
time_delta_to_n_steps <- function(time_delta, time_type) {
Expand Down
3 changes: 1 addition & 2 deletions man/time_delta_to_n_steps.Rd

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

0 comments on commit 03155dd

Please sign in to comment.