Skip to content

Commit 2959336

Browse files
authored
Typo in geom-map.R (#6163)
* Typo in geom-map.R * document
1 parent a47be59 commit 2959336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/geom-map.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NULL
2222
#' # how `geom_map()` works. It requires two data frames:
2323
#' # One contains the coordinates of each polygon (`positions`), and is
2424
#' # provided via the `map` argument. The other contains the
25-
#' # other the values associated with each polygon (`values`). An id
25+
#' # values associated with each polygon (`values`). An id
2626
#' # variable links the two together.
2727
#'
2828
#' ids <- factor(c("1.1", "2.1", "1.2", "2.2", "1.3", "2.3"))

man/geom_map.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)