Skip to content

Commit a27c365

Browse files
Zhuoer DongDana Paige Seidel
authored andcommitted
Fix small typo in theme-current.R (#2643)
1 parent c1908f1 commit a27c365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/theme-current.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ggplot_global$theme_current <- theme_gray()
2323
#'
2424
#' `theme_update` uses the `+` operator, so that any unspecified
2525
#' values in the theme element will default to the values they are set in the
26-
#' theme. `theme_replace` uses \code{\%+replace\%} tocompletely replace
26+
#' theme. `theme_replace` uses \code{\%+replace\%} to completely replace
2727
#' the element, so any unspecified values will overwrite the current value in
2828
#' the theme with `NULL`s.
2929
#'

0 commit comments

Comments
 (0)