diff --git a/R/theme-current.R b/R/theme-current.R index 916270b262..2994e5a62f 100644 --- a/R/theme-current.R +++ b/R/theme-current.R @@ -24,7 +24,7 @@ theme_env$current <- theme_gray() #' #' `theme_update` uses the `+` operator, so that any unspecified #' values in the theme element will default to the values they are set in the -#' theme. `theme_replace` uses \code{\%+replace\%} tocompletely replace +#' theme. `theme_replace` uses \code{\%+replace\%} to completely replace #' the element, so any unspecified values will overwrite the current value in #' the theme with `NULL`s. #'