Skip to content

Commit

Permalink
fix typo in the docs for bindCache (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjemmett committed May 23, 2023
1 parent 90539bf commit 5805895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/bind-cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ utils::globalVariables(".GenericCallEnv", add = TRUE)
#' ```
#'
#' To use different settings for a session-scoped cache, you can set
#' `self$cache` at the top of your server function. By default, it will create
#' a 200 MB memory cache for each session, but you can replace it with
#' `session$cache` at the top of your server function. By default, it will
#' create a 200 MB memory cache for each session, but you can replace it with
#' something different. To use the session-scoped cache, you must also call
#' `bindCache()` with `cache="session"`. This will create a 100 MB cache for
#' the session:
Expand Down

0 comments on commit 5805895

Please sign in to comment.