Skip to content

Commit 3e3abd9

Browse files
Fix a typo (#3719)
1 parent 1d3a4ac commit 3e3abd9

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
@@ -226,7 +226,7 @@ is_position_aes <- function(vars) {
226226
#' [substitute()] to generate a call to `aes()`.
227227
#'
228228
#' I recommend using `aes_()`, because creating the equivalents of
229-
#' `aes(colour = "my colour")` or \code{aes{x = `X$1`}}
229+
#' `aes(colour = "my colour")` or \code{aes(x = `X$1`)}
230230
#' with `aes_string()` is quite clunky.
231231
#'
232232
#'

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)