Skip to content

Commit 5a686c3

Browse files
atusyyutannihilation
authored andcommitted
Fix typo, missing a backtick in an error message (#3724)
1 parent 0183011 commit 5a686c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plot.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ggplot <- function(data = NULL, mapping = aes(), ...,
8080
ggplot.default <- function(data = NULL, mapping = aes(), ...,
8181
environment = parent.frame()) {
8282
if (!missing(mapping) && !inherits(mapping, "uneval")) {
83-
abort("Mapping should be created with `aes() or `aes_()`.")
83+
abort("Mapping should be created with `aes()` or `aes_()`.")
8484
}
8585

8686
data <- fortify(data, ...)

0 commit comments

Comments
 (0)