diff --git a/R/tempfile.R b/R/tempfile.R index ed6e3de..5fab2ba 100644 --- a/R/tempfile.R +++ b/R/tempfile.R @@ -1,6 +1,6 @@ #' Temporary files and directories #' -#' Temporarily create a file or directory, which will automatically deleted +#' Temporarily create a file or directory, which will be automatically deleted #' once you're finished with it. #' #' @template with