Skip to content

Commit 35f569d

Browse files
committed
Fix typo
Fixes #1524
1 parent ab13b09 commit 35f569d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/aes.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ is_position_aes <- function(vars) {
112112
#' evaluation to capture the variable names. \code{aes_} and \code{aes_string}
113113
#' require you to explicitly quote the inputs either with \code{""} for
114114
#' \code{aes_string()}, or with \code{quote} or \code{~} for \code{aes_()}.
115-
#' (\code{aes_q} is an alias to \code{aeq_})
115+
#' (\code{aes_q} is an alias to \code{aes_})
116116
#'
117117
#' It's better to use \code{aes_q()}, because there's no easy way to create the
118118
#' equivalent to \code{aes(colour = "my colour")} or \code{aes{x = `X$1`}}

man/aes_.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)