Skip to content

Commit

Permalink
Fix typo in theme help
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jul 30, 2012
1 parent 5677ca7 commit fdce876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/theme.r
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ print.theme <- function(x, ...) str(x)
#'
#' \tabular{ll}{
#' line \tab all line elements
#' (\code{element_text}) \cr
#' (\code{element_line}) \cr
#' rect \tab all rectangluar elements
#' (\code{element_rect}) \cr
#' text \tab all text elements
Expand Down
2 changes: 1 addition & 1 deletion man/theme.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
The individual theme elements are:

\tabular{ll}{ line \tab all line elements
(\code{element_text}) \cr rect \tab all rectangluar
(\code{element_line}) \cr rect \tab all rectangluar
elements (\code{element_rect}) \cr text \tab all text
elements (\code{element_text}) \cr title \tab all title
elements: plot, axes, legends (\code{element_text};
Expand Down

0 comments on commit fdce876

Please sign in to comment.