Skip to content

Commit b44a927

Browse files
committed
Merge pull request #1089 from kbroman/master
Fix typo in doc'n for theme()
2 parents 0a73795 + bb1421b commit b44a927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/theme.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ print.theme <- function(x, ...) str(x)
5858
#' \tabular{ll}{
5959
#' line \tab all line elements
6060
#' (\code{element_line}) \cr
61-
#' rect \tab all rectangluar elements
61+
#' rect \tab all rectangular elements
6262
#' (\code{element_rect}) \cr
6363
#' text \tab all text elements
6464
#' (\code{element_text}) \cr

man/theme.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Generated by roxygen2 (4.1.0): do not edit by hand
1+
% Generated by roxygen2 (4.1.1): do not edit by hand
22
% Please edit documentation in R/theme.r
33
\name{theme}
44
\alias{theme}
@@ -37,7 +37,7 @@ The individual theme elements are:
3737
\tabular{ll}{
3838
line \tab all line elements
3939
(\code{element_line}) \cr
40-
rect \tab all rectangluar elements
40+
rect \tab all rectangular elements
4141
(\code{element_rect}) \cr
4242
text \tab all text elements
4343
(\code{element_text}) \cr

0 commit comments

Comments
 (0)