Skip to content

Commit

Permalink
Update R/property.R
Browse files Browse the repository at this point in the history
Co-authored-by: Hadley Wickham <h.wickham@gmail.com>
  • Loading branch information
t-kalinowski and hadley authored Sep 10, 2024
1 parent 83ab2cb commit f381fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/property.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
#' difftime(Sys.time(), self@starttime, units = "secs"))
#' ))
#' args(stopwatch)
#' round( stopwatch()@totaltime )
#' round( stopwatch(Sys.time() - 1)@totaltime )
#' round(stopwatch()@totaltime)
#' round(stopwatch(Sys.time() - 1)@totaltime)
#'
#' # Properties can also have a 'missing' default value, making them
#' # required arguments to the default constructor.
Expand Down

0 comments on commit f381fca

Please sign in to comment.