Skip to content

Commit

Permalink
Fix spelling mistake in truncation()
Browse files Browse the repository at this point in the history
Co-authored-by: James Azam <james.m.azam@gmail.com>
  • Loading branch information
joshwlambert and jamesmbaazam authored Feb 7, 2025
1 parent 962644c commit d320680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/truncation.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#' reporting is less recent than the sampled truncation time but either the
#' date of hospitalisation (`$date_admission`) or date of outcome
#' (`$date_outcome`) is more recent than the sampled truncation time then these
#' dates are convertedfrom `Date`s to `NA`s.
#' dates are converted from `Date`s to `NA`s.
#'
#' The other options for `truncation_event` are `"onset"`, `"admission"`
#' or `"outcome"`. If these are chosen then if the truncation point is more
Expand Down

0 comments on commit d320680

Please sign in to comment.