Skip to content

Commit 078da84

Browse files
committed
Fix typo in aes match
1 parent 5871957 commit 078da84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/aes-calculated.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Regex to determine if an identifier refers to a calculated aesthetic
2-
match_calculated_aes <- "^\\.\\.([a-zA-z._]+)\\.\\.$"
2+
match_calculated_aes <- "^\\.\\.([a-zA-Z._]+)\\.\\.$"
33

44
# Determine if aesthetic is calculated
55
is_calculated_aes <- function(aesthetics) {

0 commit comments

Comments
 (0)