From f381fcaa2b2f9a02d2f500995b74b55bc98a87a3 Mon Sep 17 00:00:00 2001 From: Tomasz Kalinowski Date: Tue, 10 Sep 2024 13:00:46 -0400 Subject: [PATCH] Update R/property.R Co-authored-by: Hadley Wickham --- R/property.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/property.R b/R/property.R index 8b60f4b3..dfdb408e 100644 --- a/R/property.R +++ b/R/property.R @@ -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.