Skip to content

Commit

Permalink
Typo in geom-map.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jonocarroll authored Oct 26, 2024
1 parent f12b73d commit ac1fa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom-map.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NULL
#' # how `geom_map()` works. It requires two data frames:
#' # One contains the coordinates of each polygon (`positions`), and is
#' # provided via the `map` argument. The other contains the
#' # other the values associated with each polygon (`values`). An id
#' # values associated with each polygon (`values`). An id
#' # variable links the two together.
#'
#' ids <- factor(c("1.1", "2.1", "1.2", "2.2", "1.3", "2.3"))
Expand Down

0 comments on commit ac1fa80

Please sign in to comment.