Skip to content

Commit

Permalink
Update stop message in get_names()
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiemeakin committed Aug 23, 2022
1 parent eee33a6 commit 54121b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ get_names <- function(mapping, geo_names) {
} else {
# Geography names checks
if (missing(geo_names)) {
stop("Missing geo_names - please specify geography names.")
stop("Missing geo_names - please specify appropriate geography names.")
}
}

Expand Down

0 comments on commit 54121b1

Please sign in to comment.