Skip to content

Commit a038a3b

Browse files
committed
Fix typo, Fixes tidyverse#3316
1 parent 8ee5f88 commit a038a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-boxplot.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ GeomBoxplot <- ggproto("GeomBoxplot", Geom,
203203
# this may occur when using geom_boxplot(stat = "identity")
204204
if (nrow(data) != 1) {
205205
stop(
206-
"Can't draw more than one boxplot per group. Did you forget aes(group=...)?",
206+
"Can't draw more than one boxplot per group. Did you forget aes(group = ...)?",
207207
call. = FALSE
208208
)
209209
}

0 commit comments

Comments
 (0)