Skip to content

Commit

Permalink
Closing bracket missing (#4150)
Browse files Browse the repository at this point in the history
* type

* typo
  • Loading branch information
bart1 authored Nov 1, 2024
1 parent 79af1d6 commit 7785a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/bind-cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ utils::globalVariables(".GenericCallEnv", add = TRUE)
#' cache by putting this at the top of your app.R, server.R, or global.R:
#'
#' ```
#' shinyOptions(cache = cachem::cache_disk(file.path(dirname(tempdir()), "myapp-cache"))
#' shinyOptions(cache = cachem::cache_disk(file.path(dirname(tempdir()), "myapp-cache")))
#' ```
#'
#' This will create a subdirectory in your system temp directory named
Expand Down
2 changes: 1 addition & 1 deletion man/bindCache.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7785a76

Please sign in to comment.