From 7087797a9790d5aaf5eae6a902024b1684db0bee Mon Sep 17 00:00:00 2001 From: Zhuoer Dong Date: Mon, 21 May 2018 15:41:12 +0800 Subject: [PATCH] A small typo in theme-current.R --- R/theme-current.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #'