Skip to content

Commit 736a483

Browse files
authored
Small typos (and IMHO clearer punctuation)
Small typos in the for of spurious 'you' or 'it'. I touched punctuation because it "sounds" better: just my taste. Discard as you wish...
1 parent 39415bc commit 736a483

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/ui-caching.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ cache_clear <- function(cache_name = NULL, ask = TRUE) {
2929
#' `style_text()` and Addin.
3030
#'
3131
#' @section Setup:
32-
#' styler by default uses caching, via the `{R.cache}` package. You will be
33-
#' asked you to let it create a permanent cache on your file system that styler
34-
#' will use in case it is not set that up already for another tool that
32+
#' styler by default uses caching via the `{R.cache}` package. You will be
33+
#' asked to let it create a permanent cache on your file system that styler
34+
#' will use in case it is not set already up for another tool that
3535
#' uses `{R.cache}`. We encourage users to let `{R.cache}` create a permanent
36-
#' directory for caching, because otherwise, the cache is lost at restart of R.
36+
#' directory for caching because, otherwise, the cache is lost at restart of R.
3737
#'
3838
#' @section Non-interactive use:
3939
#' Note that if you have never authorized `{R.cache}` to create the cache in a

0 commit comments

Comments
 (0)