Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed May 27, 2024
1 parent a036dcf commit fda82c3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/expr__datetime.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ ExprDT_round = function(every, offset = NULL) {
unwrap("in $dt$round()")
}

#' Combine Data and Time
#' Combine Date and Time
#'
#' Create a naive Datetime from an existing Date/Datetime expression and a Time.
#' Each date/datetime in the first half of the interval is mapped to the start
#' of its bucket. Each date/datetime in the second half of the interval is
#' mapped to the end of its bucket.
#'
#' @param time The number of epoch since or before (if negative) the Date. Can be
#' an Expr or a PTime, strings are parsed as columns.
#' an Expr or a PTime.
#' @inheritParams DataType_Datetime
#'
#' @inherit ExprDT_truncate details return
Expand Down
4 changes: 2 additions & 2 deletions man/ExprDT_combine.Rd

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

37 changes: 37 additions & 0 deletions man/pl_field.Rd

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

0 comments on commit fda82c3

Please sign in to comment.