Skip to content

Commit fc191a0

Browse files
typo: ideoms->idioms (#5052)
1 parent 1bb20d3 commit fc191a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/aes.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ aes_ <- function(x, y, ...) {
268268
deprecate_soft0(
269269
"3.0.0",
270270
"aes_()",
271-
details = "Please use tidy evaluation ideoms with `aes()`"
271+
details = "Please use tidy evaluation idioms with `aes()`"
272272
)
273273
mapping <- list(...)
274274
if (!missing(x)) mapping["x"] <- list(x)

0 commit comments

Comments
 (0)