Skip to content

Commit ac1fa80

Browse files
authored
Typo in geom-map.R
1 parent f12b73d commit ac1fa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"))

0 commit comments

Comments
 (0)